Information about plays

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

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

{
    "id": 3522958,
    "uri": "https://api.kexp.org/v2/plays/3522958/?format=api",
    "airdate": "2025-07-05T12:21:51-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-e2ab8f3b-31ce-43b6-875e-d2588b80edc5/mbid-e2ab8f3b-31ce-43b6-875e-d2588b80edc5-37813324562_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-e2ab8f3b-31ce-43b6-875e-d2588b80edc5/mbid-e2ab8f3b-31ce-43b6-875e-d2588b80edc5-37813324562_thumb250.jpg",
    "song": "Entertain",
    "track_id": "0708cfa5-602d-3a9b-8986-14f2218056a6",
    "recording_id": "9a4a94fd-238c-4f08-a6c7-cb62bd0d5b46",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Woods",
    "release_id": "e2ab8f3b-31ce-43b6-875e-d2588b80edc5",
    "release_group_id": "b7d0d3f5-8980-32c6-995d-db6f8226f1ca",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Baby, I've had all my shots and I'm FINE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}