Information about plays

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

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

{
    "id": 3546222,
    "uri": "https://api.kexp.org/v2/plays/3546222/?format=api",
    "airdate": "2025-08-29T08:06:54-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://ia600408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb250.jpg",
    "song": "Setting Sun",
    "track_id": "6413069d-ced7-3b9c-881d-fdd7b3a6db2a",
    "recording_id": "7a7d7fb7-075b-4fdc-8c5e-9b5e03ee00b3",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Dig Your Own Hole",
    "release_id": "4331ea73-77e1-3213-a840-5e4e74180f93",
    "release_group_id": "69f4aa7f-d760-3890-bd2a-902fb9abe40b",
    "labels": [
        "Freestyle Dust",
        "Virgin"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features vocals from Noel Gallagher of Oasis.  He shares songwriting credits with  Tom Rowlands and Ed Simons. \n--\n\"Setting Sun\" samples Oasis' 1992 song \"Comin' On Strong\" and the hook from 1992's \"Raga Jaijaiwanti\" by Sultan Khan and Shaukat Hussain.\n--\nThe Chemical Brothers have stated that the classic Beatles track \"Tomorrow Never Knows\" is their \"manifesto.\"  However, they didn't sample that song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}