Information about plays

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

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

{
    "id": 3551888,
    "uri": "https://api.kexp.org/v2/plays/3551888/?format=api",
    "airdate": "2025-09-11T23:59:02-07:00",
    "show": 64537,
    "show_uri": "https://api.kexp.org/v2/shows/64537/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb0039bc-1982-473e-88f7-abdfc6f266ce/20267930015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb0039bc-1982-473e-88f7-abdfc6f266ce/20267930015-250.jpg",
    "song": "Lube The System",
    "track_id": null,
    "recording_id": "de5fce49-999f-4225-b516-dc898b2b36d0",
    "artist": "Mommy Long Legs",
    "artist_ids": [
        "2c357d9e-074b-4c6d-9dde-dc2021cd1982"
    ],
    "album": "Try Your Best",
    "release_id": null,
    "release_group_id": "319929cf-d2bf-4040-81fe-763c85c6e023",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2018-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}