Information about plays

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

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

{
    "id": 3413958,
    "uri": "https://api.kexp.org/v2/plays/3413958/?format=api",
    "airdate": "2024-10-17T16:44:03-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bowie",
    "track_id": "68baa4c0-aae8-302e-b9ec-1e406617cbe0",
    "recording_id": "1345080d-690a-4dc2-a001-bd1c151cae30",
    "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": "For Gita!\n\nDavid Bowie was approached to play himself in Flight Of The Conchords, but turned down the offer as it was too similar to his cameo on Extras.\n- https://www.nme.com/news/music/david-bowie-136-1195449",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}