Information about plays

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

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

{
    "id": 3598650,
    "uri": "https://api.kexp.org/v2/plays/3598650/?format=api",
    "airdate": "2026-01-01T02:09:35-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chitahuri Dance",
    "track_id": null,
    "recording_id": "500bd81b-95ea-43fb-a522-938b4726f177",
    "artist": "DJ Spoko",
    "artist_ids": [
        "7aeb9697-df5b-408d-b04f-97b4a3fb11ea"
    ],
    "album": "War God",
    "release_id": null,
    "release_group_id": "8e3fafe6-91ec-485a-9454-b7db4fbac3a2",
    "labels": [
        "Lit City Trax"
    ],
    "label_ids": [
        "a5a616e9-20e1-4cf2-bae7-9473475a0a1e"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}