Information about plays

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

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

{
    "id": 3620220,
    "uri": "https://api.kexp.org/v2/plays/3620220/?format=api",
    "airdate": "2026-02-21T06:43:05-08:00",
    "show": 65990,
    "show_uri": "https://api.kexp.org/v2/shows/65990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me How (Album V)",
    "track_id": "c2613eea-be2a-4d07-b6b4-f073b1510251",
    "recording_id": "dbad831a-7a9d-416e-9ef0-11e740fef6a0",
    "artist": "Men I Trust",
    "artist_ids": [
        "25ab7547-a4d2-480b-b028-c7f3497bc858"
    ],
    "album": "Oncle Jazz",
    "release_id": "0633a08c-660e-4992-ba7b-a62bcf82f43b",
    "release_group_id": "ae655e0b-e6fd-4e5d-bc5f-72364d60c4f1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}