Information about plays

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

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

{
    "id": 3577011,
    "uri": "https://api.kexp.org/v2/plays/3577011/?format=api",
    "airdate": "2025-11-12T00:09:06-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://ia802805.us.archive.org/18/items/mbid-a58ed6b8-287f-4e22-85ca-2a173b4eaffb/mbid-a58ed6b8-287f-4e22-85ca-2a173b4eaffb-35767539351_thumb500.jpg",
    "thumbnail_uri": "https://ia902805.us.archive.org/18/items/mbid-a58ed6b8-287f-4e22-85ca-2a173b4eaffb/mbid-a58ed6b8-287f-4e22-85ca-2a173b4eaffb-35767539351_thumb250.jpg",
    "song": "Black Lagoon",
    "track_id": "d7ef6f2e-0459-4c38-9244-b330931f8513",
    "recording_id": "34e6077b-5871-4fa4-b66e-e9e5d48712cb",
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "Slow Air",
    "release_id": "a58ed6b8-287f-4e22-85ca-2a173b4eaffb",
    "release_group_id": "f183e029-aca7-41a3-b605-a737c3336f25",
    "labels": [
        "Wrecking Light Records"
    ],
    "label_ids": [
        "b02e21a6-db77-4b43-b5ab-13560348550d"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}