Information about plays

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

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

{
    "id": 3640969,
    "uri": "https://api.kexp.org/v2/plays/3640969/?format=api",
    "airdate": "2026-04-11T23:10:14-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://dn710105.ca.archive.org/0/items/mbid-3de00d81-8e1e-4d05-9c17-138ecb0ee364/mbid-3de00d81-8e1e-4d05-9c17-138ecb0ee364-40444701159_thumb500.jpg",
    "thumbnail_uri": "https://dn710105.ca.archive.org/0/items/mbid-3de00d81-8e1e-4d05-9c17-138ecb0ee364/mbid-3de00d81-8e1e-4d05-9c17-138ecb0ee364-40444701159_thumb250.jpg",
    "song": "Elvis and Nixon",
    "track_id": "55a19d3d-9258-4dbb-ad27-e5789fedd852",
    "recording_id": "2fb9d61d-bb3d-43ad-b128-aaa08780455b",
    "artist": "Des Demonas",
    "artist_ids": [
        "7536e54b-aa8f-429a-aa62-21184a53c14c"
    ],
    "album": "Apocalyptic Boom! Boom!",
    "release_id": "3de00d81-8e1e-4d05-9c17-138ecb0ee364",
    "release_group_id": "712a1920-d9a2-4a3d-920c-a669a2b8e1a2",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2024-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}