Information about plays

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

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

{
    "id": 3554846,
    "uri": "https://api.kexp.org/v2/plays/3554846/?format=api",
    "airdate": "2025-09-19T03:27:11-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4668df9-e9ff-4e0a-8b74-3862f5a4bd1a/41244445057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4668df9-e9ff-4e0a-8b74-3862f5a4bd1a/41244445057-250.jpg",
    "song": "The Fear In My Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Luc Van Acker",
    "artist_ids": [
        "be6d9ea3-adfb-47ea-9064-4302b00f9e27"
    ],
    "album": "The Fear In My Heart / Cardiocleptomanie",
    "release_id": null,
    "release_group_id": "02664984-c3ea-40b3-bea2-5a9dc8bc8525",
    "labels": [
        "STROOM"
    ],
    "label_ids": [],
    "release_date": "2025-02-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1983 reissue of this oddball tune from the Belgian musician - https://stroomtv.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}