Information about plays

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

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

{
    "id": 3644700,
    "uri": "https://api.kexp.org/v2/plays/3644700/?format=api",
    "airdate": "2026-04-20T23:16:01-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f2614d4-c7a3-4ba6-929a-0e5570c96768/38847437945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f2614d4-c7a3-4ba6-929a-0e5570c96768/38847437945-250.jpg",
    "song": "Tape 05",
    "track_id": null,
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Tape 05",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ALERT ALERT NEW BOARDS OF CANADA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}