Information about plays

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

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

{
    "id": 3602877,
    "uri": "https://api.kexp.org/v2/plays/3602877/?format=api",
    "airdate": "2026-01-11T01:30:11-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World War",
    "track_id": null,
    "recording_id": "9e49c61d-0bd4-49f4-becb-1f43dc3b493e",
    "artist": "Icon",
    "artist_ids": [
        "8bfab3c4-7dea-4203-8408-9bffab4bc1f1"
    ],
    "album": "Icon",
    "release_id": null,
    "release_group_id": "034ca2f4-d68e-3921-8957-057f5bd40f14",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Icon formed in Phoenix, AZ in 1979 as The Schoolboys until changing their name in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}