Information about plays

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

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

{
    "id": 3520518,
    "uri": "https://api.kexp.org/v2/plays/3520518/?format=api",
    "airdate": "2025-06-29T20:25:19-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d8b7b98-69e3-458f-b24c-3b03d9f66ea2/19137605398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d8b7b98-69e3-458f-b24c-3b03d9f66ea2/19137605398-250.jpg",
    "song": "Bump Bump Babe",
    "track_id": null,
    "recording_id": "163d0f78-7549-4486-b617-4cc43f54ad93",
    "artist": "Wells Fargo",
    "artist_ids": [
        "0e73dcec-64f9-4303-9706-9f91579f6567"
    ],
    "album": "Watch Out!",
    "release_id": null,
    "release_group_id": "7ee4c786-c39b-4491-a6c4-0d099fccb525",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2016-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wells Fargo were a heavy rock band from Zimbabwe who rose to national prominence in the mid-'70s during their country's civil war.\" https://wellsfargo.bandcamp.com/track/bump-bump-babe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}