Information about plays

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

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

{
    "id": 3598295,
    "uri": "https://api.kexp.org/v2/plays/3598295/?format=api",
    "airdate": "2025-12-31T04:33:04-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Q.U.E.E.N. (Solidisco remix)",
    "track_id": null,
    "recording_id": "eca933b9-0bcf-4752-97e1-75b63dc22daa",
    "artist": "Janelle Monáe feat. Erykah Badu",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0",
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Q.U.E.E.N. (Remixes)",
    "release_id": null,
    "release_group_id": "1be9a368-f36c-422e-9157-80e6faaac6e9",
    "labels": [
        "Wonderland"
    ],
    "label_ids": [
        "a94d64c7-f9c5-401b-99d6-fc8c7aa4177f"
    ],
    "release_date": "2013-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q.U.E.E.N. is an acronym of \"Queer, Untouchables, Emigrants, Excommunicated, and Negroid.\"  Janelle Monae said, \"\"It's for everyone who's felt ostracized. I wanted to create something for people who feel like they want to give up because they're not accepted by society.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}