Information about plays

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

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

{
    "id": 3565141,
    "uri": "https://api.kexp.org/v2/plays/3565141/?format=api",
    "airdate": "2025-10-14T21:38:12-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pasilda (extended mix)",
    "track_id": null,
    "recording_id": "9c5819f4-3378-4bf2-8e13-b91a282e1c64",
    "artist": "Shovell, MELE",
    "artist_ids": [
        "c9c730a6-1924-4cb6-b08b-5de73af21df2",
        "49449ab7-7dbc-40b1-85c6-1fbc754164bf"
    ],
    "album": "Melé In The House Sampler",
    "release_id": null,
    "release_group_id": "e76f6625-4911-4d8e-897c-0fddb2785141",
    "labels": [
        "Defected"
    ],
    "label_ids": [
        "5b57408a-f93d-43b5-9017-e77a29f7fc32"
    ],
    "release_date": "2018-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here we have the next artist stepping up to mix Defected's coveted In The House series: Mele, a producer whose standout percussive sound and infectious energy behind the decks makes him one of the UK's most captivating, flourishing DJs\n\nhttps://defected.bandcamp.com/track/pasilda-extended-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}