Information about plays

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

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

{
    "id": 3572189,
    "uri": "https://api.kexp.org/v2/plays/3572189/?format=api",
    "airdate": "2025-10-31T11:02:32-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello, I'm a Ghost",
    "track_id": "cba72f45-e5b5-49c0-94cd-c36e5ff83aa4",
    "recording_id": "0ee25ba7-83b7-4a42-af34-e3b990136fa5",
    "artist": "Wussy",
    "artist_ids": [
        "db4295e7-06e1-433c-93cb-2f2a86a7ea3a"
    ],
    "album": "Forever Sounds",
    "release_id": "e954c534-ee73-463e-af0a-cdb57f5d92aa",
    "release_group_id": "2d8e61df-887d-438a-9c52-f196432635de",
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wussy played Live on KEXP back in 2016, where they closed their five-song set with a rendition of this song! Watch the video here: https://www.youtube.com/watch?v=54U0EcP2lXs&t=1s\n\nWussy released their new album, Cincinnati, Ohio, in 2024!\nhttps://wussy.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}