Information about plays

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

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

{
    "id": 3553830,
    "uri": "https://api.kexp.org/v2/plays/3553830/?format=api",
    "airdate": "2025-09-16T16:08:22-07:00",
    "show": 64580,
    "show_uri": "https://api.kexp.org/v2/shows/64580/?format=api",
    "image_uri": "https://ia600702.us.archive.org/32/items/mbid-67cf7c95-e1cd-49e8-ad89-2df03b25261f/mbid-67cf7c95-e1cd-49e8-ad89-2df03b25261f-41806409420_thumb500.jpg",
    "thumbnail_uri": "https://dn721205.ca.archive.org/0/items/mbid-67cf7c95-e1cd-49e8-ad89-2df03b25261f/mbid-67cf7c95-e1cd-49e8-ad89-2df03b25261f-41806409420_thumb250.jpg",
    "song": "Man Made of Meat",
    "track_id": "4e6f9b19-9806-4190-9230-70d2a53779c8",
    "recording_id": "5fa45867-72e9-46ee-9387-06cef25605d2",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "viagr aboys",
    "release_id": "001bee83-9d6a-443a-a949-eae7bdca8cec",
    "release_group_id": "97751ad2-72e1-4b96-832b-76530defaaa8",
    "labels": [
        "Shrimptech Enterprises"
    ],
    "label_ids": [
        "b45a6e30-f33e-4e7b-b46f-8c0d7645d223"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Viagra Boys JUST played in the KEXP Gathering Space this past weekend! Were you there?\nIf not, here is a link to their 2023 session, and subscribe to the KEXP YouTube channel to be notified when the most recent performance will be posted.\nhttps://www.youtube.com/watch?v=00G89GY2KNo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}