Information about plays

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

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

{
    "id": 3608300,
    "uri": "https://api.kexp.org/v2/plays/3608300/?format=api",
    "airdate": "2026-01-24T02:32:46-08:00",
    "show": 65738,
    "show_uri": "https://api.kexp.org/v2/shows/65738/?format=api",
    "image_uri": "https://coverartarchive.org/release/3de00d81-8e1e-4d05-9c17-138ecb0ee364/40444701159-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3de00d81-8e1e-4d05-9c17-138ecb0ee364/40444701159-250.jpg",
    "song": "The Duke Ellington Bridge",
    "track_id": null,
    "recording_id": "8252af76-8437-4137-8633-7666f52e3d15",
    "artist": "Des Demonas",
    "artist_ids": [
        "7536e54b-aa8f-429a-aa62-21184a53c14c"
    ],
    "album": "Apocalyptic Boom! Boom!",
    "release_id": null,
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://des-demonas.bandcamp.com/album/apocalyptic-boom-boom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}