Information about plays

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

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

{
    "id": 3618166,
    "uri": "https://api.kexp.org/v2/plays/3618166/?format=api",
    "airdate": "2026-02-16T05:31:10-08:00",
    "show": 65948,
    "show_uri": "https://api.kexp.org/v2/shows/65948/?format=api",
    "image_uri": "https://coverartarchive.org/release/52ab9aa1-2a10-4d39-8a96-2beebfda0193/39267851116-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52ab9aa1-2a10-4d39-8a96-2beebfda0193/39267851116-250.jpg",
    "song": "So Busted",
    "track_id": null,
    "recording_id": "8b30e369-d72a-43ad-a93d-9637d1b46a66",
    "artist": "Culture Abuse",
    "artist_ids": [
        "732f4081-1b6f-46fc-8b8b-9be9395a7068"
    ],
    "album": "So Busted",
    "release_id": null,
    "release_group_id": "20477f5b-b721-4f69-90f9-7954b6de49af",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2017-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A rock and roll love song about 'all the stuff you are told you need in life but when it all boils down all you really want is to feel loved and cared for.\"\nhttps://www.epitaph.com/artists/culture-abuse/release/so-busted\n\nCheck out the official music video here:\nhttps://www.youtube.com/watch?v=KuAtN_LInNs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}