Information about plays

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

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

{
    "id": 3597106,
    "uri": "https://api.kexp.org/v2/plays/3597106/?format=api",
    "airdate": "2025-12-28T08:40:26-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thank You (Instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Thee Marloes",
    "artist_ids": [
        "84543b66-bb03-4a68-8378-e3d62fabb120"
    ],
    "album": "Perak (Instrumentals)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing offering on the Instrumentals version of Indonesian band Thee Marloes' stellar 2024 album 'Perak' ~ https://theemarloes.bandcamp.com/album/perak-instrumentals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}