Information about plays

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

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

{
    "id": 3527477,
    "uri": "https://api.kexp.org/v2/plays/3527477/?format=api",
    "airdate": "2025-07-15T22:52:26-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://ia802901.us.archive.org/31/items/mbid-f9255385-d041-477d-a601-d11e62180e13/mbid-f9255385-d041-477d-a601-d11e62180e13-3374996520_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/31/items/mbid-f9255385-d041-477d-a601-d11e62180e13/mbid-f9255385-d041-477d-a601-d11e62180e13-3374996520_thumb250.jpg",
    "song": "Here I Come",
    "track_id": "ec5a50b5-01d1-3c2c-8902-7a30c9283e26",
    "recording_id": "f412887b-576e-42ce-bff5-20fa97753910",
    "artist": "The Roots feat. Dice Raw & Malik B",
    "artist_ids": [
        "0a42bec8-3bae-4caa-8aa4-8a232a3854ff",
        "91faee13-02d0-49cd-ae00-152d78362e36",
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Game Theory",
    "release_id": "f9255385-d041-477d-a601-d11e62180e13",
    "release_group_id": "28f24dc6-8fd8-3635-a1cb-5a394fcf542d",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}