Information about plays

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

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

{
    "id": 3616734,
    "uri": "https://api.kexp.org/v2/plays/3616734/?format=api",
    "airdate": "2026-02-12T22:05:09-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "https://coverartarchive.org/release/0915b7ce-f4d8-4321-88df-0c721b92777b/43770363498-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0915b7ce-f4d8-4321-88df-0c721b92777b/43770363498-250.jpg",
    "song": "Our Tune",
    "track_id": null,
    "recording_id": "1263df0d-c747-4a9a-927b-70fda7261645",
    "artist": "Dolly Mixture",
    "artist_ids": [
        "c2f0fb92-4e5d-4136-97d9-043e10ee1154"
    ],
    "album": "Other Music",
    "release_id": null,
    "release_group_id": "498a7833-4eb3-4e6d-be63-35f86a2116d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}