Information about plays

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

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

{
    "id": 3610189,
    "uri": "https://api.kexp.org/v2/plays/3610189/?format=api",
    "airdate": "2026-01-28T11:56:24-08:00",
    "show": 65777,
    "show_uri": "https://api.kexp.org/v2/shows/65777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk About It",
    "track_id": "eddcd4cd-cfc6-4e5e-ab86-0adcdbe30828",
    "recording_id": "670b6d7b-6feb-4f98-904c-bfaafa4aabb8",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Loving in Stereo",
    "release_id": "3e75a147-f34d-49c5-8863-86e585842932",
    "release_group_id": "7cb74cf3-7e87-4822-835a-2d2bbdf7f558",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2021-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl last hosted British band Jungle Live on KEXP in 2023:\n\nhttps://www.youtube.com/watch?v=6uO1fHVWtbI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}