Information about plays

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

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

{
    "id": 3554137,
    "uri": "https://api.kexp.org/v2/plays/3554137/?format=api",
    "airdate": "2025-09-17T10:17:29-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://ia800206.us.archive.org/7/items/mbid-f59903bd-c8fc-4a06-8e70-f71b15465910/mbid-f59903bd-c8fc-4a06-8e70-f71b15465910-28061197967_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/7/items/mbid-f59903bd-c8fc-4a06-8e70-f71b15465910/mbid-f59903bd-c8fc-4a06-8e70-f71b15465910-28061197967_thumb250.jpg",
    "song": "Small Figures in a Vast Expanse",
    "track_id": "11aebdb4-ac8f-3b43-85b4-c68c5b3323fe",
    "recording_id": "0f455f26-0295-4886-8182-7dc5c44de803",
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "Take Offs and Landings",
    "release_id": "f59903bd-c8fc-4a06-8e70-f71b15465910",
    "release_group_id": "b280fc60-9457-3d0f-9d71-aa8767a3dc7f",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rilo Kiley is on tour! They're playing a show with Waxahatchee on Thursday, Oct. 16, in Berkeley at the Greek Theatre. Stay tuned during the Midday Show for your chance to win tickets!\n\nCheck out the rest of the Rilo Kiley and Waxahatchee tour dates here: https://www.waxahatchee.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}