Information about plays

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

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

{
    "id": 3542364,
    "uri": "https://api.kexp.org/v2/plays/3542364/?format=api",
    "airdate": "2025-08-20T05:44:06-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "https://dn721709.ca.archive.org/0/items/mbid-e69d1351-57b1-4f2c-982a-0c092e73d2b0/mbid-e69d1351-57b1-4f2c-982a-0c092e73d2b0-42108819804_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-e69d1351-57b1-4f2c-982a-0c092e73d2b0/mbid-e69d1351-57b1-4f2c-982a-0c092e73d2b0-42108819804_thumb250.jpg",
    "song": "Does He Know It",
    "track_id": "406fcbe2-ddec-44ef-a7a4-a6ef8313c6dc",
    "recording_id": "8b4a65c9-78af-4845-9cf0-60234fa7e98d",
    "artist": "54 Ultra",
    "artist_ids": [
        "6f4926ae-865e-483b-86f9-9ae3b9584507"
    ],
    "album": "First Works",
    "release_id": "e69d1351-57b1-4f2c-982a-0c092e73d2b0",
    "release_group_id": "7cab72f0-da79-4eb4-b619-c63dc9c33a89",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "54 Ultra plays a free show in Seattle tonight as part of the Downtown Summer Sounds series! Check out the details here to RSVP: https://www.ticketweb.com/event/54-ultra-free-with-rsvp-railroad-way-north-tickets/13794924?pl=crocodile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}