Information about plays

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

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

{
    "id": 3578732,
    "uri": "https://api.kexp.org/v2/plays/3578732/?format=api",
    "airdate": "2025-11-15T22:44:07-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-f0b30d86-2536-4bef-8b79-0e556de8ed24/mbid-f0b30d86-2536-4bef-8b79-0e556de8ed24-36447442415_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-f0b30d86-2536-4bef-8b79-0e556de8ed24/mbid-f0b30d86-2536-4bef-8b79-0e556de8ed24-36447442415_thumb250.jpg",
    "song": "Dilly Bar",
    "track_id": "8425fd72-8e0d-4b96-a2a9-468501dbb219",
    "recording_id": "e23a6207-5ac7-4921-8a1e-9141f8825f21",
    "artist": "Miscomings",
    "artist_ids": [
        "d32803ab-cae3-417b-bd3c-1f06a65ddffd"
    ],
    "album": "Hat",
    "release_id": "f0b30d86-2536-4bef-8b79-0e556de8ed24",
    "release_group_id": "f4422527-9376-4326-a20a-93e4ba051e6d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-04-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Joe in Portland who just got to see Miscomings perform.\n\n\nhttps://miscomings.bandcamp.com/album/hat-2\nhttps://www.instagram.com/miscomingsband/\nhttps://www.facebook.com/miscomings/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}