Information about plays

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

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

{
    "id": 3549839,
    "uri": "https://api.kexp.org/v2/plays/3549839/?format=api",
    "airdate": "2025-09-07T00:44:11-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fb82f90-b509-4e63-80a4-5b55290e82f0/35907683324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fb82f90-b509-4e63-80a4-5b55290e82f0/35907683324-250.jpg",
    "song": "Dark Clouds",
    "track_id": null,
    "recording_id": "40a26b70-2c15-4b45-9d8f-0fd1db0af29c",
    "artist": "Crypta",
    "artist_ids": [
        "3b5bc4eb-d60e-406c-a5e4-f08197d4c9de"
    ],
    "album": "Shades of Sorrow",
    "release_id": null,
    "release_group_id": "9191be73-53a5-4d3c-a25c-146c95198206",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2023-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crypta will be playing at:\n - Star Theater in Portland on September 27th\n - El Corazon in Seattle on September 28th with Re-Buried\n\nhttps://cryptabrazil.bandcamp.com/album/shades-of-sorrow\nhttps://www.facebook.com/cryptadeath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}