Information about plays

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

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

{
    "id": 3549053,
    "uri": "https://api.kexp.org/v2/plays/3549053/?format=api",
    "airdate": "2025-09-05T02:24:48-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia600206.us.archive.org/25/items/mbid-3e2ccfe3-307e-3977-9198-bd7fc047d5f5/mbid-3e2ccfe3-307e-3977-9198-bd7fc047d5f5-4816890925_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/25/items/mbid-3e2ccfe3-307e-3977-9198-bd7fc047d5f5/mbid-3e2ccfe3-307e-3977-9198-bd7fc047d5f5-4816890925_thumb250.jpg",
    "song": "Is This It",
    "track_id": "07484cb1-e35f-3ed5-9981-a10848bfe00e",
    "recording_id": "824ec953-d221-4488-8c11-aff83ee7646e",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "Is This It",
    "release_id": "3e2ccfe3-307e-3977-9198-bd7fc047d5f5",
    "release_group_id": "efea26d1-a016-30f6-b8e2-bc8c02336b0a",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}