Information about plays

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

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

{
    "id": 3546562,
    "uri": "https://api.kexp.org/v2/plays/3546562/?format=api",
    "airdate": "2025-08-30T03:52:26-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-0ea7d662-9d0b-44f3-9708-213decf9272f/mbid-0ea7d662-9d0b-44f3-9708-213decf9272f-13215218385_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-0ea7d662-9d0b-44f3-9708-213decf9272f/mbid-0ea7d662-9d0b-44f3-9708-213decf9272f-13215218385_thumb250.jpg",
    "song": "I’m Not Afraid of Life",
    "track_id": "0aadf605-2f12-3f2d-b6d8-f495440cb3df",
    "recording_id": "25531de0-48a3-4dbc-9ce0-423c49a71f34",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Too Tough to Die",
    "release_id": "0ea7d662-9d0b-44f3-9708-213decf9272f",
    "release_group_id": "ede32ee7-c6e5-3bd4-98e2-aaf225c3a456",
    "labels": [
        "Sire Records",
        "Rhino",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}