Information about plays

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

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

{
    "id": 3592315,
    "uri": "https://api.kexp.org/v2/plays/3592315/?format=api",
    "airdate": "2025-12-17T15:14:48-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Golden (Kaytranada's Life Living Edition)",
    "track_id": null,
    "recording_id": "4069cd2a-aa18-42d4-8ec4-005138ac9c5a",
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Anastasia!\nThis 2013 review says, \"In the remix he jolts the 2004 hit back to life with a thick drum beat, adventurous R&B textures and a funky bass line that create a track that sounds like it could have been recorded yesterday.\"\n--\nHere's Jill Scott's original version: https://www.youtube.com/watch?v=4QCXr79Rkcw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}