Information about plays

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

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

{
    "id": 3587834,
    "uri": "https://api.kexp.org/v2/plays/3587834/?format=api",
    "airdate": "2025-12-06T23:53:33-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "https://ia600203.us.archive.org/34/items/mbid-4d2b5895-48a8-43ff-9e01-39284ed803ea/mbid-4d2b5895-48a8-43ff-9e01-39284ed803ea-2571014851_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/34/items/mbid-4d2b5895-48a8-43ff-9e01-39284ed803ea/mbid-4d2b5895-48a8-43ff-9e01-39284ed803ea-2571014851_thumb250.jpg",
    "song": "R.A.M.O.N.E.S.",
    "track_id": "409ec5ef-8353-3f3e-b6fc-675cfe6da431",
    "recording_id": "2bb93bbf-df50-4997-a77c-780bd4669bd1",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "We’re Outta Here!",
    "release_id": "4d2b5895-48a8-43ff-9e01-39284ed803ea",
    "release_group_id": "6c14c00f-301e-3a6b-b036-bf97e9c3aba1",
    "labels": [
        "Eagle Records"
    ],
    "label_ids": [
        "07cb403f-8a70-4eb1-ae15-9d6501fe2a13"
    ],
    "release_date": "1997-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}