Information about plays

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

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

{
    "id": 3551382,
    "uri": "https://api.kexp.org/v2/plays/3551382/?format=api",
    "airdate": "2025-09-10T17:43:32-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia600201.us.archive.org/0/items/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6-10495768158_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/0/items/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6/mbid-b7df14fc-81c2-45ef-9ace-d3f4d074fcb6-10495768158_thumb250.jpg",
    "song": "Price of Gasoline",
    "track_id": "033f108c-1be1-32e3-88a1-b5df08f366eb",
    "recording_id": "ff8615a6-efe8-426a-ad6f-8c67f22e986b",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "b7df14fc-81c2-45ef-9ace-d3f4d074fcb6",
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frontman Kele Okereke described 'Silent Alarm' as \"technicolor.\" \"That it wasn’t just this spiky, scratchy, cool sounding thing. It was important to show that there was a sense of depth and roundness to the music.\" https://ab.co/3DQnj7c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}