Information about plays

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

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

{
    "id": 3593204,
    "uri": "https://api.kexp.org/v2/plays/3593204/?format=api",
    "airdate": "2025-12-19T19:49:28-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kensington",
    "track_id": null,
    "recording_id": "4660e53b-3572-421f-8092-9bdc3c1c3aeb",
    "artist": "Stan Forebee & Kyle McEvoy",
    "artist_ids": [
        "13d95485-6e88-45d9-a9cc-feb99f5a1d18",
        "89d36b7f-2273-4003-93d3-c306a1260f7b"
    ],
    "album": "Chillhop Essentials: Spring 2018",
    "release_id": null,
    "release_group_id": "80d2332b-7b51-445b-81db-f23d19be4866",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}