Information about plays

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

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

{
    "id": 3609980,
    "uri": "https://api.kexp.org/v2/plays/3609980/?format=api",
    "airdate": "2026-01-27T23:40:59-08:00",
    "show": 65773,
    "show_uri": "https://api.kexp.org/v2/shows/65773/?format=api",
    "image_uri": "https://dn720002.ca.archive.org/0/items/mbid-a97c855f-16b1-41a6-907a-d716d0eba80e/mbid-a97c855f-16b1-41a6-907a-d716d0eba80e-43994179517_thumb500.jpg",
    "thumbnail_uri": "https://dn720002.ca.archive.org/0/items/mbid-a97c855f-16b1-41a6-907a-d716d0eba80e/mbid-a97c855f-16b1-41a6-907a-d716d0eba80e-43994179517_thumb250.jpg",
    "song": "Wrong Party",
    "track_id": "95d80286-149a-4aed-9fa2-6e80b5a41636",
    "recording_id": "cf7c62da-4339-426b-9c57-3da26db9676b",
    "artist": "Fazed on a Pony",
    "artist_ids": [
        "e5f69f12-b24c-424c-96e2-4332e5f1f8a9"
    ],
    "album": "Swan",
    "release_id": "a97c855f-16b1-41a6-907a-d716d0eba80e",
    "release_group_id": "f4be66c1-345a-4f0e-a059-ead5cd61f75d",
    "labels": [
        "Meritorio"
    ],
    "label_ids": [
        "d9c2a77e-7411-4811-89cc-1637ccc6314a"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}