Information about plays

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

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

{
    "id": 3553960,
    "uri": "https://api.kexp.org/v2/plays/3553960/?format=api",
    "airdate": "2025-09-16T23:50:13-07:00",
    "show": 64582,
    "show_uri": "https://api.kexp.org/v2/shows/64582/?format=api",
    "image_uri": "https://coverartarchive.org/release/411b80e7-b2ce-4cc4-9568-f922e92fa8fd/2979846647-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/411b80e7-b2ce-4cc4-9568-f922e92fa8fd/2979846647-250.jpg",
    "song": "Just Like Heaven",
    "track_id": null,
    "recording_id": "3ffa0d8c-c429-4003-8edd-1202e0928968",
    "artist": "Lysa Flores",
    "artist_ids": [
        "4a900f5d-628a-44f1-91c1-68ad318213b2"
    ],
    "album": "Hydrogen Dukebox Presents Sing + Play",
    "release_id": null,
    "release_group_id": "44e86a1e-a28d-4446-82ec-bd3fa182fbe8",
    "labels": [
        "Hydrogen Dukebox"
    ],
    "label_ids": [
        "5d21d46f-1206-46ec-94ed-9461cb8e47e2"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cure cover. https://lysafloresmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}