Information about plays

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

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

{
    "id": 3570316,
    "uri": "https://api.kexp.org/v2/plays/3570316/?format=api",
    "airdate": "2025-10-26T17:33:40-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://ia903401.us.archive.org/16/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb500.jpg",
    "thumbnail_uri": "https://ia903401.us.archive.org/16/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb250.jpg",
    "song": "Pitch the Baby",
    "track_id": "16aa3937-408c-4cf9-80ef-4a04acec05fd",
    "recording_id": "5454fba9-11a4-4ded-9ab2-76b44eae0a1d",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "54f26ded-77c0-4c31-ac72-c53680ff3c6d",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "4AD",
        "Rough Trade Germany"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "6a75e34d-4fa9-47ca-b822-1c7b59903a4f"
    ],
    "release_date": "1990-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}