Information about plays

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

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

{
    "id": 3593237,
    "uri": "https://api.kexp.org/v2/plays/3593237/?format=api",
    "airdate": "2025-12-19T21:33:36-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dooshima’s Groove",
    "track_id": null,
    "recording_id": "5ddb8946-a655-4204-a917-2e66f406f180",
    "artist": "Suté Iwar, chromo, the dreamer",
    "artist_ids": [
        "f4c4ebf6-f3e8-4ec5-aba5-390ac12f22ed",
        "56ee44d2-7168-4e4e-b3f1-59eb7938e692"
    ],
    "album": "Close Ties / Dooshima’s Groove",
    "release_id": null,
    "release_group_id": "994ef1ff-66a2-41ba-9802-1bd85937773c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}