Information about plays

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

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

{
    "id": 3630830,
    "uri": "https://api.kexp.org/v2/plays/3630830/?format=api",
    "airdate": "2026-03-19T00:43:34-07:00",
    "show": 66218,
    "show_uri": "https://api.kexp.org/v2/shows/66218/?format=api",
    "image_uri": "https://dn711200.ca.archive.org/0/items/mbid-55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b/mbid-55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b-14492410043_thumb500.jpg",
    "thumbnail_uri": "https://dn711200.ca.archive.org/0/items/mbid-55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b/mbid-55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b-14492410043_thumb250.jpg",
    "song": "Breathless",
    "track_id": "95837b3a-7b11-3e0d-a0e8-6a88db8de53a",
    "recording_id": "2067c1ab-3f0f-4018-ae01-bc6ba61b1e6b",
    "artist": "Small Black",
    "artist_ids": [
        "94c9f694-21b6-4b24-9722-4ea18f75f8e1"
    ],
    "album": "Limits of Desire",
    "release_id": "55b6c7e0-a2f3-45d9-b4a1-e86f7292d17b",
    "release_group_id": "4c451951-0eb8-4733-b875-007d31f3bd44",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://smallblack.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}