Information about plays

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

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

{
    "id": 3591440,
    "uri": "https://api.kexp.org/v2/plays/3591440/?format=api",
    "airdate": "2025-12-15T13:18:31-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brean Down",
    "track_id": "92703ca3-80d1-42c6-9521-8a33d7dd5399",
    "recording_id": "92d24f45-ec2b-4d3b-be41-3f9edc09b889",
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "Brean Down",
    "release_id": "4b117ac2-4963-49d1-ba6a-6ab8c24d915d",
    "release_group_id": "0e1c652a-5e51-4b2e-97b9-9738c8fa0dfc",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2018-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morgan hosted Beak> live at KEXP in 2018.\n\nWatch the full performance here: https://www.youtube.com/watch?v=zsruANXfTIE&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}