Information about plays

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

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

{
    "id": 3501302,
    "uri": "https://api.kexp.org/v2/plays/3501302/?format=api",
    "airdate": "2025-05-14T14:19:22-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://ia800408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/18/items/mbid-4331ea73-77e1-3213-a840-5e4e74180f93/mbid-4331ea73-77e1-3213-a840-5e4e74180f93-2609487756_thumb250.jpg",
    "song": "Elektrobank",
    "track_id": "f00951fd-91fc-3273-986b-8c7a43d81b67",
    "recording_id": "836e32f6-ff35-40c9-8107-992f293121a6",
    "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": "Here's the official music video for \"Elektrobank,\" starring Sofia Coppola (whose birthday is today): https://www.youtube.com/watch?v=L0dxByaPWhM\n--\nThe vocals \"Who is dis doin' this synthetic type of alpha beta psychedelic funkin'?\" are taken from the song \"This That S**t\" by Keith Murray.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}