Information about plays

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

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

{
    "id": 3624632,
    "uri": "https://api.kexp.org/v2/plays/3624632/?format=api",
    "airdate": "2026-03-03T02:35:33-08:00",
    "show": 66077,
    "show_uri": "https://api.kexp.org/v2/shows/66077/?format=api",
    "image_uri": "https://coverartarchive.org/release/e167cb33-7bf0-46bd-9f80-eb4d9dcfb61d/21165068600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e167cb33-7bf0-46bd-9f80-eb4d9dcfb61d/21165068600-250.jpg",
    "song": "B.Y.O.B.",
    "track_id": null,
    "recording_id": "81731a05-609e-472c-a2b6-186dcdded5a6",
    "artist": "System of a Down",
    "artist_ids": [
        "cc0b7089-c08d-4c10-b6b0-873582c17fd6"
    ],
    "album": "Mezmerize",
    "release_id": null,
    "release_group_id": "8d18c070-adea-353f-a089-cbd2543342dd",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "History repeating itself...\n\nWishing everyone peace in this time of war <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}