Information about plays

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

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

{
    "id": 3596727,
    "uri": "https://api.kexp.org/v2/plays/3596727/?format=api",
    "airdate": "2025-12-27T13:59:29-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Full of Love",
    "track_id": "2dd0bc99-675f-3233-b20e-2fecefb67388",
    "recording_id": "4ad7c133-08a8-4c62-88fc-4b8007f4dfdf",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Greatest Hits",
    "release_id": "b7d4582a-599d-32c0-af8f-1adae1a5feb5",
    "release_group_id": "07d2f772-531d-3d19-920a-72337891800d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Icelandic musician Björk's third studio album, 'Homogenic' released in 1997. \nThe lyrics are said to be inspired by love in Spring and Ragnarök of Norse mythology.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}