Information about plays

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

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

{
    "id": 3610748,
    "uri": "https://api.kexp.org/v2/plays/3610748/?format=api",
    "airdate": "2026-01-29T20:01:00-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City",
    "track_id": null,
    "recording_id": null,
    "artist": "Drinking Boys and Girls Choir",
    "artist_ids": [
        "75f91440-24ae-4673-bb26-73fd12234373"
    ],
    "album": "Hey, Listen To Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"City is a song that MJ started to write while talking with Kim Seoul about the loneliness and fear that metropolitan cities can give to individuals living in them, especially those cities that feel bigger for women living alone. Inspired by the conversation, the image of the song itself is about comforting yourself, after having experienced those feelings, and comforting fellow citizens who are still in such a situation. I hope everyone will have a safe and cozy place to live.\"\n\nhttps://band-dbgc.bandcamp.com/album/hey-listen-to-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}