Information about plays

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

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

{
    "id": 3581654,
    "uri": "https://api.kexp.org/v2/plays/3581654/?format=api",
    "airdate": "2025-11-22T21:58:17-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://ia600900.us.archive.org/6/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974/mbid-bdce6e4f-ee13-4b96-a5f0-a432e8d79974-42145660365_thumb250.jpg",
    "song": "Animal Cookies",
    "track_id": "3a260d3a-77ef-4c78-b334-a8a46c2a2ac4",
    "recording_id": "2c618e97-e6e3-4fbb-ad69-1631c57b0aaf",
    "artist": "Monsterwatch",
    "artist_ids": [
        "57ed819b-abb3-40a7-8c56-4bea53754710"
    ],
    "album": "The Head",
    "release_id": "bdce6e4f-ee13-4b96-a5f0-a432e8d79974",
    "release_group_id": "c7a18075-f38a-4811-ad2e-7a59880d678c",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff in Folsom, CA\n\nMonsterwatch will be playing at:\n\n - Dante's in Portland on December 13th\n - Harlow's in Sacramento on December 16th\n - Thee Stork Club in Oakland on December 18th\n\nhttps://monsterwatch.bandcamp.com/album/the-head",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}