Information about plays

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

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

{
    "id": 3568021,
    "uri": "https://api.kexp.org/v2/plays/3568021/?format=api",
    "airdate": "2025-10-21T12:16:43-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-4df2f9a7-8d62-4895-a28c-c5df3e666ad5/mbid-4df2f9a7-8d62-4895-a28c-c5df3e666ad5-3102318221_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-4df2f9a7-8d62-4895-a28c-c5df3e666ad5/mbid-4df2f9a7-8d62-4895-a28c-c5df3e666ad5-3102318221_thumb250.jpg",
    "song": "Stars",
    "track_id": "ba0ecc0d-b629-37fa-b127-9d673af22b2d",
    "recording_id": "02776e38-99e7-4e86-bef9-3ffb95792596",
    "artist": "Hum",
    "artist_ids": [
        "04c5ca8a-4afa-4031-aced-6357440dbc25"
    ],
    "album": "You’d Prefer an Astronaut",
    "release_id": "4df2f9a7-8d62-4895-a28c-c5df3e666ad5",
    "release_group_id": "99b74f6b-49e6-37a9-8caf-e4d03533622d",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1995-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hum was formed in 1989 by guitarists Andy Switzky and Matt Talbott, bassist Akis Boyatzis and drummer Jeff Kropp. Farout Magazine profiled them last year, calling them \"the best band you never heard\": https://faroutmagazine.co.uk/the-best-band-youve-never-heard-hum/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}