Information about plays

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

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

{
    "id": 3581070,
    "uri": "https://api.kexp.org/v2/plays/3581070/?format=api",
    "airdate": "2025-11-21T14:14:44-08:00",
    "show": 65170,
    "show_uri": "https://api.kexp.org/v2/shows/65170/?format=api",
    "image_uri": "https://dn721404.ca.archive.org/0/items/mbid-16e900f3-8b64-4851-9522-b2f5ae9a942c/mbid-16e900f3-8b64-4851-9522-b2f5ae9a942c-41807843470_thumb500.jpg",
    "thumbnail_uri": "https://dn721404.ca.archive.org/0/items/mbid-16e900f3-8b64-4851-9522-b2f5ae9a942c/mbid-16e900f3-8b64-4851-9522-b2f5ae9a942c-41807843470_thumb250.jpg",
    "song": "Glitter",
    "track_id": "9ea3f66e-6a7a-4563-b933-f17657580fc8",
    "recording_id": "e0a7de63-9d51-4cff-b782-403bb51e412e",
    "artist": "Flying Mojito Bros",
    "artist_ids": [
        "569d571e-8660-4354-91a2-dd87a693c126"
    ],
    "album": "Just Passing Through",
    "release_id": "16e900f3-8b64-4851-9522-b2f5ae9a942c",
    "release_group_id": "12814551-08ff-41c5-8f7b-b479d80b3c2f",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://flyingmojitobros.bandcamp.com/album/just-passing-through-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}