Information about plays

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

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

{
    "id": 3546848,
    "uri": "https://api.kexp.org/v2/plays/3546848/?format=api",
    "airdate": "2025-08-30T19:54:30-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7-15526919857_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7-15526919857_thumb250.jpg",
    "song": "Yeah Yeah Yeah",
    "track_id": "727999ac-6cbf-3d29-987c-f50c7bcc47b8",
    "recording_id": "eaa726f4-5293-4527-b08c-a0d109164f9e",
    "artist": "The Minders",
    "artist_ids": [
        "a0cf076f-2fa8-476a-84e2-6d9980c0deb9"
    ],
    "album": "Hooray for Tuesday",
    "release_id": "30d47e83-63e4-494e-b8d6-9cb25214f2b7",
    "release_group_id": "81ae51e2-c49a-3c19-8367-8b013d05dbf1",
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-09-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from this Denver/Portland combo. Yeah!  \n\nhttps://theminders.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}