Information about plays

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

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

{
    "id": 3523898,
    "uri": "https://api.kexp.org/v2/plays/3523898/?format=api",
    "airdate": "2025-07-07T12:48:25-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Savory",
    "track_id": "5fd0d1c4-569d-3331-903d-80bd99ea4843",
    "recording_id": "80d2832b-2ddf-4b1b-8f0f-cfc5f959a18e",
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "Savory +3",
    "release_id": "007133c7-84fa-4f06-a28c-da3ab95c0b03",
    "release_group_id": "cbb0c694-eb04-346a-82c5-1cdc16133f4b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the the third album by Washington D.C. band Jawbox. This was the band's first major label debut and the first album to feature drummer Zachary Barocas. \n\nHere they are performing Live on KEXP which was hosted by Cheryl Waters back in 2019:\nhttps://www.youtube.com/watch?v=fk0zRWjF4GQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}