Information about plays

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

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

{
    "id": 3551028,
    "uri": "https://api.kexp.org/v2/plays/3551028/?format=api",
    "airdate": "2025-09-09T22:16:22-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia800103.us.archive.org/8/items/mbid-9b367109-8d17-4539-986a-36320aba320e/mbid-9b367109-8d17-4539-986a-36320aba320e-38510589600_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/8/items/mbid-9b367109-8d17-4539-986a-36320aba320e/mbid-9b367109-8d17-4539-986a-36320aba320e-38510589600_thumb250.jpg",
    "song": "Roller Coaster",
    "track_id": "8577e2b1-6038-4d7d-aefa-23d4b8d9e668",
    "recording_id": "677c7a62-1a0c-4b8f-aea5-d2f56f865678",
    "artist": "Brijean",
    "artist_ids": [
        "6ddbdf87-fd35-4a72-b3ff-8eabdc2ce46e"
    ],
    "album": "Macro",
    "release_id": "9b367109-8d17-4539-986a-36320aba320e",
    "release_group_id": "a7fc47c1-59ce-4364-9fa6-d5f1c030c209",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay area duo, Brijean! https://brijean.bandcamp.com/album/macro ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}