Information about plays

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

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

{
    "id": 3599059,
    "uri": "https://api.kexp.org/v2/plays/3599059/?format=api",
    "airdate": "2026-01-02T03:08:55-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tried by 12 (original mix)",
    "track_id": "0f1e08b4-8ca3-3a53-b15f-1f73ceac9ccf",
    "recording_id": "140996d4-1370-4752-b822-57e7b73bf45c",
    "artist": "East Flatbush Project",
    "artist_ids": [
        "1356a9e6-6684-4b36-beef-ff3073878b88"
    ],
    "album": "Tried by 12",
    "release_id": "f5dee474-514b-4846-a2a5-60579e71e8c1",
    "release_group_id": "6877bd66-9425-3d7d-b6c4-9312bfe1d448",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine - 1996\n----",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}