Information about plays

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

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

{
    "id": 3638164,
    "uri": "https://api.kexp.org/v2/plays/3638164/?format=api",
    "airdate": "2026-04-05T11:58:31-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35-37265119058_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35/mbid-1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35-37265119058_thumb250.jpg",
    "song": "Knockin (Live)",
    "track_id": "06c92b14-025b-41cb-bfcc-d7207b69594a",
    "recording_id": "23aaa926-3da0-454b-a029-428230b065ef",
    "artist": "MJ Lenderman",
    "artist_ids": [
        "4f52595e-652d-4894-95ea-f925234629fc"
    ],
    "album": "And the Wind (Live and Loose!)",
    "release_id": "1f61a6cd-a8e8-477c-a54c-2aa09b6b5e35",
    "release_group_id": "7ded8f6f-64be-4acf-bd01-57760d1e57e1",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}