Information about plays

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

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

{
    "id": 3607724,
    "uri": "https://api.kexp.org/v2/plays/3607724/?format=api",
    "airdate": "2026-01-22T17:16:42-08:00",
    "show": 65725,
    "show_uri": "https://api.kexp.org/v2/shows/65725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I See You",
    "track_id": "e8a760e4-f611-4bf3-9754-1c0f7b027a09",
    "recording_id": "a33c33ed-1dda-4956-9a75-9e7f2393c48b",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Luminous",
    "release_id": "21e9d6b9-7297-4e5a-a285-cd2dee7cb118",
    "release_group_id": "b56b6491-470a-43d7-aa21-c163a6525477",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was central to the recording of 2014's \"Luminous.\"  Singer Faris Baldwin explained: \"There's always one song that makes everyone think the band is moving in a direction we are all excited about, and 'I See You' was that song. It was the most important song for making the rest of the record.\"\n---\nSee a live performance on the BBC in 2014: https://www.youtube.com/watch?v=7Yuf3lJ69BQ\n--\nThen watch The Horrors playing live in the KEXP studio in 2018: https://www.youtube.com/watch?v=d2lJxNLzbQA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}