Information about plays

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

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

{
    "id": 3634510,
    "uri": "https://api.kexp.org/v2/plays/3634510/?format=api",
    "airdate": "2026-03-28T04:57:33-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91/mbid-58b75a0c-17d5-4a0a-87ea-88cf85792b91-9487601580_thumb250.jpg",
    "song": "Children of the Revolution",
    "track_id": "be1848a5-7951-3114-8b7f-5fcbf3f87205",
    "recording_id": "181ce6ae-267c-4bdc-9e6c-4cc1de4a642a",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": "180a7076-a414-3712-8c1f-d7199f764a83",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}