Information about plays

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

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

{
    "id": 3612790,
    "uri": "https://api.kexp.org/v2/plays/3612790/?format=api",
    "airdate": "2026-02-03T17:43:05-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486-5751696829_thumb500.jpg",
    "thumbnail_uri": "https://ia800706.us.archive.org/14/items/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486/mbid-d48b9b0c-4bf5-30dc-99dd-db4ff8247486-5751696829_thumb250.jpg",
    "song": "Dum Dum Girl",
    "track_id": "c2298551-d53d-3e3d-9f05-b3eab108d670",
    "recording_id": "4faa66ab-dfe3-48a6-89d0-73b6cd0d5ca8",
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "It's My Life",
    "release_id": "d48b9b0c-4bf5-30dc-99dd-db4ff8247486",
    "release_group_id": "84cf35fd-adb5-3fdd-9eec-8535b134be13",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Talk Talk released 'It's My Life' in 1984.\n\nKEXP did an article on Talk Talk when Mark Hollis passed away in 2019. You can read the full article of Hollis' life here: https://www.kexp.org/read/2019/2/25/rip-mark-hollis-talk-talk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}