Information about plays

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

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

{
    "id": 3419085,
    "uri": "https://api.kexp.org/v2/plays/3419085/?format=api",
    "airdate": "2024-10-30T01:50:27-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-250.jpg",
    "song": "Supernature",
    "track_id": null,
    "recording_id": "52f83423-c4db-42e7-8919-23866901d53c",
    "artist": "Cerrone",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc"
    ],
    "album": "Supernature",
    "release_id": null,
    "release_group_id": "1a3770b8-3a65-490d-a2b2-92fa6f79d4bc",
    "labels": [
        "Malligator"
    ],
    "label_ids": [
        "c15fc9a7-cb79-4eca-9c15-bf4af5f4e06f"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French 1970s musical icon Marc Cerrone created this frightening (for then at least) vision of a not-too-distant sci-fi future where escaped mutant creatures created in a lab to end human starvation have rebelled against their makers to disastrous effect for all. Basically sci-fi disco for the Studio 54 set, this track is the greatest statement on that brief genre. This music video is WILD sci-fi for your eyes https://www.youtube.com/watch?v=QgGK4qBTwpw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}