Information about plays

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

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

{
    "id": 3602002,
    "uri": "https://api.kexp.org/v2/plays/3602002/?format=api",
    "airdate": "2026-01-08T23:25:36-08:00",
    "show": 65599,
    "show_uri": "https://api.kexp.org/v2/shows/65599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Stall",
    "track_id": null,
    "recording_id": "1958a9c7-da94-42b0-8d66-5223e853ea06",
    "artist": "Dego",
    "artist_ids": [
        "15a3b89e-f5dd-42ca-8097-f12c3fdc10c3"
    ],
    "album": "Love Was Never Your Goal",
    "release_id": null,
    "release_group_id": "cd73d16c-481e-4946-a81d-36ba171d7ff4",
    "labels": [
        "2000 Black"
    ],
    "label_ids": [
        "10c0bb09-10b1-4c5c-9333-9cf64e811765"
    ],
    "release_date": "2022-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}