Information about plays

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

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

{
    "id": 3573845,
    "uri": "https://api.kexp.org/v2/plays/3573845/?format=api",
    "airdate": "2025-11-04T08:56:30-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cell Phone Blues",
    "track_id": "9ffec055-7a45-47ea-9ccc-373bd7d143a0",
    "recording_id": "7d081258-f847-4223-8394-f81d33bb1e48",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "Love Chant",
    "release_id": "3c9f09e3-33ca-477d-b6d9-280f951f7a0e",
    "release_group_id": "8f98a33e-55d0-4939-a799-38d932cfd09a",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Lemonheads’ first new album in two decades, Love Chant, available now on digital, CD, cassette, and vinyl: https://thelemonheadsmusic.bandcamp.com/album/love-chant\n\nhttps://thelemonheads.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}