Information about plays

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

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

{
    "id": 3412958,
    "uri": "https://api.kexp.org/v2/plays/3412958/?format=api",
    "airdate": "2024-10-15T12:14:10-07:00",
    "show": 61583,
    "show_uri": "https://api.kexp.org/v2/shows/61583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something Looming",
    "track_id": "afcd2c12-cff6-4ef8-8f5c-2a46b7a05c42",
    "recording_id": "3c86b60e-009e-46c6-aacc-76086ad16351",
    "artist": "Marcel Wave",
    "artist_ids": [
        "797e2cc9-96e3-4293-a22e-3e05f0fd0bc3"
    ],
    "album": "Something Looming",
    "release_id": "ab1f0a6b-bd92-48bf-8af6-569b105067b4",
    "release_group_id": "7d15da8f-ffe6-4ab6-b24f-bc087e6668c2",
    "labels": [
        "Upset! The Rhythm"
    ],
    "label_ids": [
        "efa567aa-45c4-493c-9624-7348446dbef0"
    ],
    "release_date": "2024-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed when Lindsay Corstorphine and Christopher Murphy of Sauna Youth and brethren Oliver and Patrick Fisher of Cold Pumas were summoned by northern ink-slinger Maike Hale-Jones, Marcel Wave’s debut offering is a walk through a smoke-filled pub with yellowing wallpaper and all eyes on you. It’s a chronicle of the death of the docklands, the decline of industry, of the high street, of civic pride, of civilisations, of hopes and dreams. https://tinyurl.com/5n8pb97h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}