Information about plays

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

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

{
    "id": 3542212,
    "uri": "https://api.kexp.org/v2/plays/3542212/?format=api",
    "airdate": "2025-08-19T21:49:38-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://ia804502.us.archive.org/34/items/mbid-974e90c5-bb34-4ac0-b1e0-a8713e5a8a86/mbid-974e90c5-bb34-4ac0-b1e0-a8713e5a8a86-29173882718_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/34/items/mbid-974e90c5-bb34-4ac0-b1e0-a8713e5a8a86/mbid-974e90c5-bb34-4ac0-b1e0-a8713e5a8a86-29173882718_thumb250.jpg",
    "song": "Diya Hai",
    "track_id": "d52586bc-801d-4554-9c25-f5f73ae6dde7",
    "recording_id": "e950d472-3895-44d8-8009-fa7b9448129d",
    "artist": "Arooj Aftab, Badi Assad",
    "artist_ids": [
        "572813ae-736f-47c9-9755-0ec0a550ddd5",
        "12d0b276-b102-4779-ac35-6939c584d9da"
    ],
    "album": "Vulture Prince",
    "release_id": "974e90c5-bb34-4ac0-b1e0-a8713e5a8a86",
    "release_group_id": "68f7ceb6-e159-4326-8ec1-90dddcb2342c",
    "labels": [
        "New Amsterdam Records"
    ],
    "label_ids": [
        "0b8917ae-c738-4052-aa92-748bc8418574"
    ],
    "release_date": "2021-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}