Information about plays

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

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

{
    "id": 3580577,
    "uri": "https://api.kexp.org/v2/plays/3580577/?format=api",
    "airdate": "2025-11-20T08:28:40-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shook",
    "track_id": "a00df3dc-2168-4b47-9851-5bb4115a611d",
    "recording_id": "574af4e2-b337-46a8-920d-163a7f0a77c8",
    "artist": "Emancipator, Sigur Rós & Mobb Deep",
    "artist_ids": [
        "aa1d4315-5246-42b2-b62b-f997d046d8b2",
        "f6f2326f-6b25-4170-b89d-e235b25508e8",
        "d75d1f08-bbb8-4eae-9877-399ca9121197"
    ],
    "album": "Free Downloads",
    "release_id": "0ecec59e-c962-438a-9696-8ba6fb7664bd",
    "release_group_id": "77a4da3c-0f48-4832-bcd2-5868dcab4c1a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-04-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}