Information about plays

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

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

{
    "id": 3568657,
    "uri": "https://api.kexp.org/v2/plays/3568657/?format=api",
    "airdate": "2025-10-22T21:09:06-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea3f0a42-68be-49c6-a5fe-81caee0d0080/7659046168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea3f0a42-68be-49c6-a5fe-81caee0d0080/7659046168-250.jpg",
    "song": "Low Light",
    "track_id": null,
    "recording_id": "f084649b-ddfc-49ee-a157-b9951892b9c6",
    "artist": "The Soundcarriers",
    "artist_ids": [
        "15b87ccd-8cb2-4c13-a7ba-e3e434a865ce"
    ],
    "album": "Entropicalia",
    "release_id": null,
    "release_group_id": "5b762de7-7b4b-463c-bb72-3ca9a20de459",
    "labels": [
        "Ghost Box"
    ],
    "label_ids": [
        "8c4c605f-ce5f-4322-9c79-d44b0e4426f5"
    ],
    "release_date": "2014-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://the-soundcarriers.bandcamp.com/album/entropicalia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}