Information about plays

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

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

{
    "id": 3520236,
    "uri": "https://api.kexp.org/v2/plays/3520236/?format=api",
    "airdate": "2025-06-29T03:19:50-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia600200.us.archive.org/14/items/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433-5416634955_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/14/items/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433/mbid-9080cfc2-8c59-4333-8040-219ea6ac0433-5416634955_thumb250.jpg",
    "song": "Infinity Guitars",
    "track_id": "dd0906f4-1aa3-3d0d-9635-210b6c14ea56",
    "recording_id": "97424337-7a2c-40ac-b9fb-b9aa07a41a39",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Treats",
    "release_id": "09855083-1ab3-3696-b9e0-aeb62a517269",
    "release_group_id": "4089b4e7-eef7-4433-838f-1ca531754cf6",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Sleigh Bells perform Live on KEXP from 2021: https://www.youtube.com/watch?v=fWFe51ARsWA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}