Information about plays

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

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

{
    "id": 3598359,
    "uri": "https://api.kexp.org/v2/plays/3598359/?format=api",
    "airdate": "2025-12-31T07:58:45-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Blue",
    "track_id": null,
    "recording_id": "a97a63fb-30d3-403c-ab66-30bcdeb7fff7",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "For You",
    "release_id": null,
    "release_group_id": "628ce859-6d98-364f-9d91-b86f4cca6fb5",
    "labels": [
        "Purple Gold Archives"
    ],
    "label_ids": [
        "8086cc65-103e-47ba-8be7-6e701aeb5108"
    ],
    "release_date": "1978-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Prince's debut album For You, released in 1978. If you haven't peeped this video of a young 11 year old Prince, check it out. https://www.youtube.com/watch?v=EQe0EoVoGqU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}