Information about plays

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

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

{
    "id": 3580481,
    "uri": "https://api.kexp.org/v2/plays/3580481/?format=api",
    "airdate": "2025-11-20T02:54:10-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-250.jpg",
    "song": "Something in the Water (Does Not Compute)",
    "track_id": null,
    "recording_id": "58681a78-8b09-4e3d-9206-693673220b6b",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": null,
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince Rogers Nelson, known by his mononym Prince, is an American singer-songwriter, multi-instrumentalist, and actor. He has produced ten platinum albums and thirty Top 40 singles during his career. He also has several hundred unreleased songs in his \"vault\". He writes and produces his own music and plays most of the instruments; he has established his own recording studio and label. Track taken from his fifth studio full-length. 1982. prince.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}