Information about plays

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

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

{
    "id": 3598711,
    "uri": "https://api.kexp.org/v2/plays/3598711/?format=api",
    "airdate": "2026-01-01T06:02:28-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bigger",
    "track_id": "cac68c03-04a9-46a7-a65c-cb76c79a6d5f",
    "recording_id": "3d814253-3ff7-44ea-8fee-9140487c6d97",
    "artist": "Fazerdaze",
    "artist_ids": [
        "d51ce0e4-027e-4ecf-a87e-c02a08149f42"
    ],
    "album": "Soft Power",
    "release_id": "0640fa21-e74d-4fcf-b324-8ff64ca624db",
    "release_group_id": "cd946c6f-fc45-44c6-aa62-c0683e40bccd",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand artist Fazerdaze performed last November Live on KEXP! https://www.youtube.com/watch?v=vFzTCW1bht8&pp=0gcJCdgAo7VqN5tD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}