Information about plays

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

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

{
    "id": 3543860,
    "uri": "https://api.kexp.org/v2/plays/3543860/?format=api",
    "airdate": "2025-08-23T18:54:30-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia800500.us.archive.org/20/items/mbid-6bf1663e-609b-4070-9d94-2fb2887ef055/mbid-6bf1663e-609b-4070-9d94-2fb2887ef055-14242863580_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/20/items/mbid-6bf1663e-609b-4070-9d94-2fb2887ef055/mbid-6bf1663e-609b-4070-9d94-2fb2887ef055-14242863580_thumb250.jpg",
    "song": "Bones",
    "track_id": "048c315c-fb74-3b96-b963-91a3f1cd32de",
    "recording_id": "7719a31c-0112-4c78-ab3c-6f1db14ae365",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "That's Not What I Heard",
    "release_id": "c13d5a1a-ee03-3736-8c84-cceedd109aea",
    "release_group_id": "212761dc-e4f5-363f-8b3d-881b82749c82",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland, Oregon! This is from Gossip's debut release from back in 2001!\n\nhttps://gossip.bandcamp.com/album/thats-not-what-i-heard",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}