Information about plays

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

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

{
    "id": 3585260,
    "uri": "https://api.kexp.org/v2/plays/3585260/?format=api",
    "airdate": "2025-12-01T03:01:44-08:00",
    "show": 65259,
    "show_uri": "https://api.kexp.org/v2/shows/65259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coffee Black",
    "track_id": null,
    "recording_id": "b82cb806-005a-4cd6-b52c-085934794109",
    "artist": "Fat Freddy’s Drop",
    "artist_ids": [
        "d451395a-f768-432e-bb70-d38c32baf4cb"
    ],
    "album": "Wairunga",
    "release_id": null,
    "release_group_id": "f401168f-3ccc-4883-b6b8-3bfdc5d7bfe8",
    "labels": [
        "The Drop"
    ],
    "label_ids": [
        "71e56af0-7f9f-48cd-a0c3-6be933eb7d6a"
    ],
    "release_date": "2021-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\t\n\nFat Freddy's Drop is a, 8-piece band from Aotearoa, New Zealand, known for their genre-bending and 'euphoric diaphragm-wrecking' music. https://fatfreddysdrop.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}