Information about plays

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

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

{
    "id": 3413981,
    "uri": "https://api.kexp.org/v2/plays/3413981/?format=api",
    "airdate": "2024-10-17T18:04:30-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cantina Band",
    "track_id": "c766c521-e174-3d0f-bd71-8a2098fc8cec",
    "recording_id": "8c79be75-1e72-41bc-a670-7ed974a2df34",
    "artist": "John Williams",
    "artist_ids": [
        "53b106e7-0cc6-42cc-ac95-ed8d30a3a98e"
    ],
    "album": "Star Wars",
    "release_id": "8a7c5652-d859-4bb0-9b6d-7b44be43b08b",
    "release_group_id": "80fe84a4-b606-3491-a170-f2ca17501493",
    "labels": [
        "20th Century Records"
    ],
    "label_ids": [
        "ed0d5aff-e23f-4239-950f-bae0bc201e6c"
    ],
    "release_date": "1977-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performed by the London Symphony Orchestra, the soundtrack was recorded over 8 sessions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}