Information about plays

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

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

{
    "id": 3593967,
    "uri": "https://api.kexp.org/v2/plays/3593967/?format=api",
    "airdate": "2025-12-21T09:50:29-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas Baby",
    "track_id": null,
    "recording_id": "47d7086c-c9af-4ffb-ab8e-58b84e47d1ba",
    "artist": "Charles Brown",
    "artist_ids": [
        "dbc9229a-6fb7-43b1-9763-df1e87112a93"
    ],
    "album": "Merry Christmas Baby",
    "release_id": null,
    "release_group_id": "661fe13c-b715-3c4d-acfd-e7e749d08629",
    "labels": [
        "Big Town VA"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Johnny Moore's 3 Blazers, recorded in 1947. Brown recorded this song many times in many ways.\n\nGreat live video of this one from 1984: https://www.youtube.com/watch?v=Y4xxoKuwBU8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}