Information about plays

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

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

{
    "id": 3550866,
    "uri": "https://api.kexp.org/v2/plays/3550866/?format=api",
    "airdate": "2025-09-09T13:02:05-07:00",
    "show": 64517,
    "show_uri": "https://api.kexp.org/v2/shows/64517/?format=api",
    "image_uri": "https://ia601308.us.archive.org/33/items/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81-1183713511_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/33/items/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81/mbid-18885734-2e3c-4b5b-aa54-a34ec8bd5f81-1183713511_thumb250.jpg",
    "song": "Big Mess",
    "track_id": "7a3f12e3-326a-35a7-96b5-0364742d14c0",
    "recording_id": "88494c99-5e15-425a-9ba7-50373f5a5e2d",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Oh, No! It's DEVO",
    "release_id": "18885734-2e3c-4b5b-aa54-a34ec8bd5f81",
    "release_group_id": "d81cf3ca-b402-32c1-9add-134a6f5a5e94",
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Oh, No! It's Devo' is the fifth studio album from the Akron, Ohio, new wave band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}