Information about plays

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

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

{
    "id": 3604140,
    "uri": "https://api.kexp.org/v2/plays/3604140/?format=api",
    "airdate": "2026-01-14T04:56:36-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock ā€˜n’ Roll Is Alive! (And It Lives in Minneapolis)",
    "track_id": null,
    "recording_id": "122cc032-2247-4e33-85ac-0546b4aa677a",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Paisley Park Extravaganza!",
    "release_id": null,
    "release_group_id": "47173e62-a22d-4734-8496-6b3251ad5999",
    "labels": [
        "Sabotage"
    ],
    "label_ids": [
        "e61d1087-6bfd-4450-bd42-a04f4db1b1e5"
    ],
    "release_date": "1996-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=YAxbwQNa15Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}