Information about plays

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

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

{
    "id": 3520234,
    "uri": "https://api.kexp.org/v2/plays/3520234/?format=api",
    "airdate": "2025-06-29T03:08:23-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://coverartarchive.org/release/941b5668-cb1c-40c0-8956-931229ee1984/38350544025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/941b5668-cb1c-40c0-8956-931229ee1984/38350544025-250.jpg",
    "song": "I Am Mothman",
    "track_id": null,
    "recording_id": "6d6af66c-b169-4b95-b445-a7dc59562deb",
    "artist": "Buice",
    "artist_ids": [
        "cbc42b15-d8cc-4ad8-b4ab-03d5311933f6"
    ],
    "album": "One Day You'll See The Sun",
    "release_id": null,
    "release_group_id": "f4cfe356-01d6-49aa-98ba-b1fb954dfda3",
    "labels": [
        "Familiar Faces Records"
    ],
    "label_ids": [
        "7004959e-dba1-42b4-89d3-e59df4417e7a"
    ],
    "release_date": "2023-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No one in the crowd was booing this band, they were saying boo-ice. \nhttps://buice.bandcamp.com/album/one-day-you-ll-see-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}