Information about plays

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

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

{
    "id": 3602563,
    "uri": "https://api.kexp.org/v2/plays/3602563/?format=api",
    "airdate": "2026-01-10T06:30:02-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enola Gay",
    "track_id": null,
    "recording_id": "ee0160f7-4b10-45ed-aaa0-4abbac8be3e1",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Organisation",
    "release_id": null,
    "release_group_id": "cff0ea94-bf45-3712-8ce8-238fd3c5d13f",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1980-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}