Information about plays

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

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

{
    "id": 3577034,
    "uri": "https://api.kexp.org/v2/plays/3577034/?format=api",
    "airdate": "2025-11-12T01:28:22-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://coverartarchive.org/release/15cb3b91-8377-4a26-8fb4-4cb2d19376a7/8255060472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15cb3b91-8377-4a26-8fb4-4cb2d19376a7/8255060472-250.jpg",
    "song": "Break",
    "track_id": null,
    "recording_id": "26dbe4c5-fd54-4197-b909-a7bab91b97e8",
    "artist": "The Cinematics",
    "artist_ids": [
        "6a3fdc71-8bc4-4aca-827a-717072b60635"
    ],
    "album": "A Strange Education",
    "release_id": null,
    "release_group_id": "9f57a939-a98a-31ae-b817-99c976150202",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2007-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cinematics were a Scottish alternative rock band founded in 2003 in Glasgow, Scotland, and disbanded in 2011. The band released two albums, A Strange Education (2007) and Love and Terror (2009), as well as a five-track EP, \"Silent Scream EP\" (2010), but disbanded in the middle of recording their third album. https://www.youtube.com/watch?v=4UCbkG3lXAI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}