Information about plays

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

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

{
    "id": 3596085,
    "uri": "https://api.kexp.org/v2/plays/3596085/?format=api",
    "airdate": "2025-12-26T02:20:55-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/71147d94-7027-48c8-b21d-ee1213d06e1d/3712114604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71147d94-7027-48c8-b21d-ee1213d06e1d/3712114604-250.jpg",
    "song": "Let’s Hear It for the Boy",
    "track_id": null,
    "recording_id": "7ebc2426-9419-4555-a865-e665998d76fa",
    "artist": "Deniece Williams",
    "artist_ids": [
        "f28dc56d-0bd4-485f-92a2-5c3e0e9b57cd"
    ],
    "album": "Let’s Hear It for the Boy",
    "release_id": null,
    "release_group_id": "0e684ba9-03f8-386d-95e6-3f713f4ae701",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let's Hear It for the Boy\" is a song by Deniece Williams that appeared on the soundtrack to the 1984 feature musical film Footloose.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}