Information about plays

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

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

{
    "id": 3606789,
    "uri": "https://api.kexp.org/v2/plays/3606789/?format=api",
    "airdate": "2026-01-20T12:15:30-08:00",
    "show": 65707,
    "show_uri": "https://api.kexp.org/v2/shows/65707/?format=api",
    "image_uri": "https://dn721302.ca.archive.org/0/items/mbid-a7d79b85-6365-4833-9c9f-d9e0432babdb/mbid-a7d79b85-6365-4833-9c9f-d9e0432babdb-42079964895_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/26/items/mbid-a7d79b85-6365-4833-9c9f-d9e0432babdb/mbid-a7d79b85-6365-4833-9c9f-d9e0432babdb-42079964895_thumb250.jpg",
    "song": "I Melt With You",
    "track_id": "9ec1ff83-1ce9-3532-b1bd-26b55570da77",
    "recording_id": "54958363-02fd-4a87-8248-bf20847e4b0d",
    "artist": "Modern English",
    "artist_ids": [
        "78605d0c-7454-456d-934c-51eb46122566"
    ],
    "album": "After the Snow",
    "release_id": "a7d79b85-6365-4833-9c9f-d9e0432babdb",
    "release_group_id": "353412ea-ddf8-4835-ad29-3fc37e670fa0",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1982-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We were delighted to have Modern English perform this classic in our studio in 2023: https://www.youtube.com/watch?v=xObAYlZxafI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}