Information about plays

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

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

{
    "id": 3593216,
    "uri": "https://api.kexp.org/v2/plays/3593216/?format=api",
    "airdate": "2025-12-19T20:25:47-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gusto",
    "track_id": null,
    "recording_id": "ad87e44b-ea4f-49da-bd70-14ce387488aa",
    "artist": "Sholz, Arieenati",
    "artist_ids": [
        "5f80e8ba-4260-4d76-bb37-1471cf7a94ba",
        "b1367ec0-86f0-4132-8761-eb5e30d50fe6"
    ],
    "album": "Gusto / Land Cruiser",
    "release_id": null,
    "release_group_id": "28ef9ecd-3147-4402-91c1-c5805e8e99f7",
    "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"
}