Information about plays

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

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

{
    "id": 3602284,
    "uri": "https://api.kexp.org/v2/plays/3602284/?format=api",
    "airdate": "2026-01-09T15:16:03-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Do Ya Draw the Line",
    "track_id": "de009f6b-3410-3727-93ff-498f14b5718b",
    "recording_id": "ee8df7a4-ff35-4c00-99a1-1da16f33b45e",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Bedtime for Democracy",
    "release_id": "02d990e0-9404-33d5-9de8-936eec48d3a1",
    "release_group_id": "f89c9d50-8805-3d3d-b21f-6de60f62f3a6",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Steve in AZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}