Information about plays

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

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

{
    "id": 3421989,
    "uri": "https://api.kexp.org/v2/plays/3421989/?format=api",
    "airdate": "2024-11-06T05:06:53-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia801903.us.archive.org/18/items/mbid-4438e99b-ef1e-32d0-962d-79e9f511f64e/mbid-4438e99b-ef1e-32d0-962d-79e9f511f64e-3698589799_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/18/items/mbid-4438e99b-ef1e-32d0-962d-79e9f511f64e/mbid-4438e99b-ef1e-32d0-962d-79e9f511f64e-3698589799_thumb250.jpg",
    "song": "The End",
    "track_id": "ef90c120-2c3b-3d99-9516-9921a5925472",
    "recording_id": "1423fcd8-31f1-4ced-9c75-082af4ba45c1",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "The Doors",
    "release_id": "4438e99b-ef1e-32d0-962d-79e9f511f64e",
    "release_group_id": "8ebffd15-06c3-3b88-a761-ec18c5513287",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1967-01-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"At once, the song is a delicate and poignant musing about the final curtain call we must all face but also producing themes of Oedipal relations, the destruction of one’s father and the song that got the group banned by the Whisky-A-Go-Go. It is, without doubt, the archetypal Doors tune.\"\n\nhttps://faroutmagazine.co.uk/the-doors-the-end-jim-morrison-oedipal-nightmare-story-behind-the-song/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}