Information about plays

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

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

{
    "id": 3421203,
    "uri": "https://api.kexp.org/v2/plays/3421203/?format=api",
    "airdate": "2024-11-04T05:02:21-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "https://ia803206.us.archive.org/14/items/mbid-f4198a49-b516-4ff6-a171-bf5c497ab115/mbid-f4198a49-b516-4ff6-a171-bf5c497ab115-14739272719_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/14/items/mbid-f4198a49-b516-4ff6-a171-bf5c497ab115/mbid-f4198a49-b516-4ff6-a171-bf5c497ab115-14739272719_thumb250.jpg",
    "song": "Concerto for Piano no. 23 in A major, K. 488: II. Andante",
    "track_id": "d7dc5cfb-cdff-3fd8-8483-386c2520a3ea",
    "recording_id": "ab4e616b-3a0c-4313-b4f0-d7c16ce3e628",
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "Piano Concertos no. 23 & no. 26 “Coronation”",
    "release_id": "f4198a49-b516-4ff6-a171-bf5c497ab115",
    "release_group_id": "a9cc5604-4ac1-4f15-9d22-ed66ee358ec1",
    "labels": [
        "TELDEC"
    ],
    "label_ids": [
        "281fc110-18d2-4469-83cb-623617812aed"
    ],
    "release_date": "1984-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, and welcome to Early with Eva Walker...it's a Mozart Monday. \n\nAnd a sad one, as we lost the great Quincy Jones yesterday at the age of 91.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}