Information about plays

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

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

{
    "id": 3546287,
    "uri": "https://api.kexp.org/v2/plays/3546287/?format=api",
    "airdate": "2025-08-29T11:53:53-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://ia902901.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": "Don’t Feel Right",
    "track_id": "8843f13b-7f21-329c-86a8-d2425d3c054f",
    "recording_id": "19210099-4a3b-4367-ad23-b315f9a16338",
    "artist": "The Roots feat. Maimouna Youssef",
    "artist_ids": [
        "77a9fb11-33f7-4650-8640-363a24b0bf22",
        "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": "The Roots released Game Theory on this day in 2006!\n\nYou can catch The Roots playing tonight, August 29th, in Oakland at the Henry J. Kaiser Center for the Arts. \n\nMore dates here: https://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}