Information about plays

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

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

{
    "id": 3414735,
    "uri": "https://api.kexp.org/v2/plays/3414735/?format=api",
    "airdate": "2024-10-19T16:10:09-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inner City Pressure",
    "track_id": "91cfd8f9-87e0-36d4-bced-95c8491f7b2a",
    "recording_id": "0de85242-2161-4979-a4af-cb917b28a116",
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "Flight of the Conchords",
    "release_id": "bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09",
    "release_group_id": "bfcb5a88-9c37-30a8-b8d4-a90c644a8aa0",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flight of the Conchords pay tribute to “West End Girls” by Pet Shop Boys. Bret McKenzie of Flight of the Conchords played Live on KEXP in 2022! https://www.youtube.com/watch?v=yYEywtC4IIM&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}