Information about plays

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

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

{
    "id": 3583218,
    "uri": "https://api.kexp.org/v2/plays/3583218/?format=api",
    "airdate": "2025-11-26T12:07:33-08:00",
    "show": 65215,
    "show_uri": "https://api.kexp.org/v2/shows/65215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What We All Want",
    "track_id": "d09cf00d-d893-3713-b7b2-f7afc6ed2f60",
    "recording_id": "d5a82be2-3391-4538-9329-4255a17b1f17",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Live at KEXP, Volume Two",
    "release_id": "7379b62c-66da-4568-b9b6-33119d4e92e2",
    "release_group_id": "1120fbef-0db6-3bc5-bcb3-1c345dd7b0c6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gang of Four played this track live for KEXP and is exclusive to the 'Live at KEXP, Volume Two' album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}