Information about plays

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

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

{
    "id": 3547776,
    "uri": "https://api.kexp.org/v2/plays/3547776/?format=api",
    "airdate": "2025-09-02T01:05:34-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/67baccaf-ddad-4290-b622-e73013a275cf/9650615739-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67baccaf-ddad-4290-b622-e73013a275cf/9650615739-250.jpg",
    "song": "Gateway",
    "track_id": null,
    "recording_id": "8337e8ca-9fc5-4715-bf92-0c753b17a802",
    "artist": "Tessela",
    "artist_ids": [
        "8edb0cb6-af66-46e2-b8f4-5019089132cc"
    ],
    "album": "Nancy’s Pantry",
    "release_id": null,
    "release_group_id": "39e849ab-1eda-4796-8bea-7c356108f37d",
    "labels": [
        "R&S Records"
    ],
    "label_ids": [
        "77bc13d5-ad62-4a2a-afd8-7e184f090708"
    ],
    "release_date": "2013-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the brothers from Overmono before they joined forces\n\nhttps://boilerroom.tv/audio/overmono/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}