Information about plays

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

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

{
    "id": 3546535,
    "uri": "https://api.kexp.org/v2/plays/3546535/?format=api",
    "airdate": "2025-08-30T02:11:18-07:00",
    "show": 64423,
    "show_uri": "https://api.kexp.org/v2/shows/64423/?format=api",
    "image_uri": "https://coverartarchive.org/release/28157af8-e26d-46ca-965b-92d3e3b912d9/16896341537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28157af8-e26d-46ca-965b-92d3e3b912d9/16896341537-250.jpg",
    "song": "Matrosen",
    "track_id": null,
    "recording_id": "61092d3e-aba4-48c5-bb4f-088dc121bb6a",
    "artist": "Stahlnetz",
    "artist_ids": [
        "3f819844-b258-4a8b-ac95-d49df3db6fd3"
    ],
    "album": "Wir sind glücklich",
    "release_id": null,
    "release_group_id": "fdef3896-a2be-4e2f-98d7-02f7824fc46e",
    "labels": [
        "Young and Cold"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://youngandcoldrecords.bandcamp.com/album/wir-sind-gl-cklich",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}