Information about plays

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

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

{
    "id": 3500941,
    "uri": "https://api.kexp.org/v2/plays/3500941/?format=api",
    "airdate": "2025-05-13T18:22:04-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia802206.us.archive.org/34/items/mbid-04d82203-ad2c-42b8-b163-a340371f495d/mbid-04d82203-ad2c-42b8-b163-a340371f495d-31763930819_thumb500.jpg",
    "thumbnail_uri": "https://ia802206.us.archive.org/34/items/mbid-04d82203-ad2c-42b8-b163-a340371f495d/mbid-04d82203-ad2c-42b8-b163-a340371f495d-31763930819_thumb250.jpg",
    "song": "Amanaemonesia",
    "track_id": "57ddab89-bcc4-3e37-8c9a-365c00eeb335",
    "recording_id": "283783cb-42de-4251-9a14-d92e49c53c5d",
    "artist": "Chairlift",
    "artist_ids": [
        "a3cd61ef-7fd4-44af-a27f-99641a82b22b"
    ],
    "album": "Something",
    "release_id": "04d82203-ad2c-42b8-b163-a340371f495d",
    "release_group_id": "53d2ea84-e9a9-412a-a0ae-c834de2bcdbd",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2012-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pop star Caroline Polachek got her start in the music industry as one-half of synth-pop band Chairlift, alongside Aaron Pfenning. \nhttps://chairlift.bandcamp.com/album/something\n\nKevin Cole hosted Caroline Polachek live in the KEXP studio in 2023: https://www.youtube.com/watch?v=7XYyDsl14E4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}