Information about plays

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

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

{
    "id": 3582036,
    "uri": "https://api.kexp.org/v2/plays/3582036/?format=api",
    "airdate": "2025-11-23T18:11:07-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can’t Let Go",
    "track_id": null,
    "recording_id": "76cda547-7af2-41ea-863f-ead2167fc982",
    "artist": "Kristle Murden",
    "artist_ids": [
        "91fc0e48-d1d3-49e1-ac14-ababf4c7062e"
    ],
    "album": "I Can’t Let Go",
    "release_id": null,
    "release_group_id": "13349c50-79b5-4b20-8999-162c5159507a",
    "labels": [
        "Light Records"
    ],
    "label_ids": [
        "37dd49d3-dfe6-4787-bf7f-920a4031e788"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kristle Murden released \"I Can’t Let Go\" on the album of the same name in 1980 with Light Records.\n\nKristle Murden, also known as Kristle Edwards, is a singer-songwriter, musician, music producer, author and ordained minister. Murden is the soloist on the song \"Can You Feel the Love Tonight\" from The Lion King.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}