Information about plays

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

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

{
    "id": 3558984,
    "uri": "https://api.kexp.org/v2/plays/3558984/?format=api",
    "airdate": "2025-09-28T21:00:29-07:00",
    "show": 64694,
    "show_uri": "https://api.kexp.org/v2/shows/64694/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccb82822-7164-4cb6-976b-271ebeb8490e/23456492909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccb82822-7164-4cb6-976b-271ebeb8490e/23456492909-250.jpg",
    "song": "Downtown",
    "track_id": null,
    "recording_id": "1cb39de4-fa4e-4a86-90dc-24cd8bbccfa6",
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": null,
    "release_group_id": "9a587528-a4f6-4365-8ef2-65a000e8bba2",
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as the \"Pitch Black City Reunion\" single https://www.youtube.com/watch?v=dczNqspTLvA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}