Information about plays

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

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

{
    "id": 3569567,
    "uri": "https://api.kexp.org/v2/plays/3569567/?format=api",
    "airdate": "2025-10-25T00:14:02-07:00",
    "show": 64924,
    "show_uri": "https://api.kexp.org/v2/shows/64924/?format=api",
    "image_uri": "https://ia600308.us.archive.org/12/items/mbid-c24f8168-cfb6-4b6b-b6a5-ffa25592c921/mbid-c24f8168-cfb6-4b6b-b6a5-ffa25592c921-34480325842_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-c24f8168-cfb6-4b6b-b6a5-ffa25592c921/mbid-c24f8168-cfb6-4b6b-b6a5-ffa25592c921-34480325842_thumb250.jpg",
    "song": "Got It On Tape ft. Stas THEE Boss",
    "track_id": "5faa2cf4-87f6-411b-be3f-ee924ca22df4",
    "recording_id": "ea54bcf4-5d99-4434-aa71-7d99b2c9adf9",
    "artist": "Jusmoni",
    "artist_ids": [
        "37385c8e-a61a-4d24-98b8-c2325ba4b67c"
    ],
    "album": "Sweet to Me",
    "release_id": "c24f8168-cfb6-4b6b-b6a5-ffa25592c921",
    "release_group_id": "b920acf0-b5c8-433e-a5b0-40413d50c058",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}