Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3421435/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3421435,
    "uri": "https://api.kexp.org/v2/plays/3421435/?format=api",
    "airdate": "2024-11-04T21:18:26-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This is the Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Tonga Conga",
    "artist_ids": [
        "de87138f-4ba6-4190-a293-7aef6a38e931"
    ],
    "album": "Enter the Tonga",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second solo album by Mexican producer Raúl Sotomayor aka Tonga Conga. This album goes trough all the spectrum of afro electronic music, from amapiano, to afro beat, to afro house to afro jazz, and has collaborations with artists such as Dayme Arocena (cuba), mediopicky Dominican Republic), Queens Tafari (Colombia), Yadi Camara (Guinea) and Alaide (Mexico).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}