Information about plays

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

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

{
    "id": 3644390,
    "uri": "https://api.kexp.org/v2/plays/3644390/?format=api",
    "airdate": "2026-04-20T04:27:54-07:00",
    "show": 66502,
    "show_uri": "https://api.kexp.org/v2/shows/66502/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e37c575-37fe-4663-8cc8-941e175dd742/16377741166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e37c575-37fe-4663-8cc8-941e175dd742/16377741166-250.jpg",
    "song": "Strange Halo",
    "track_id": null,
    "recording_id": null,
    "artist": "Marshall Watson",
    "artist_ids": [],
    "album": "Back to Larkin Sessions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "S.F. - https://marshallwatson.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}