Information about plays

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

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

{
    "id": 3438141,
    "uri": "https://api.kexp.org/v2/plays/3438141/?format=api",
    "airdate": "2024-12-14T20:53:51-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surprise Attack",
    "track_id": "22598f69-be97-4067-9e60-81736548c7c2",
    "recording_id": "bf5659bc-5393-4a96-a826-4b1793476e88",
    "artist": "Sleepy Genes",
    "artist_ids": [
        "20ceb65a-58d7-4cc7-9a47-3047e55673cf"
    ],
    "album": "Moving Murals",
    "release_id": "4de24881-bc23-43b8-b379-346e8ac28f66",
    "release_group_id": "d1bc8d19-05ed-43dd-9b37-82e62bb7cb19",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"These six songs reflect a personal breaking point. Ranging in topics from PTSD, depression, technological dystopia, addiction, cheating, gun violence, and OCD, the work is a catharsis, a public outcry, a protest. \"\n\n\nhttps://sleepy-genes.bandcamp.com/album/moving-murals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}