Information about plays

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

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

{
    "id": 3554416,
    "uri": "https://api.kexp.org/v2/plays/3554416/?format=api",
    "airdate": "2025-09-18T01:56:34-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-432c9e2a-7f33-45d0-a24a-1b96b572068a/mbid-432c9e2a-7f33-45d0-a24a-1b96b572068a-43060577292_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-432c9e2a-7f33-45d0-a24a-1b96b572068a/mbid-432c9e2a-7f33-45d0-a24a-1b96b572068a-43060577292_thumb250.jpg",
    "song": "take it",
    "track_id": "d5b306ea-833d-41b6-9958-32eb5ad9ce72",
    "recording_id": "5bf34b26-997d-4c00-a927-8cec41bf851a",
    "artist": "KeiyaA",
    "artist_ids": [
        "3b0e9a8f-0bd7-4a7e-9252-090acd8b30ea"
    ],
    "album": "hooke’s law",
    "release_id": "432c9e2a-7f33-45d0-a24a-1b96b572068a",
    "release_group_id": "65913107-236e-4055-9652-09e7cbbaaa55",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}