Information about plays

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

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

{
    "id": 3421721,
    "uri": "https://api.kexp.org/v2/plays/3421721/?format=api",
    "airdate": "2024-11-05T12:25:34-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia802902.us.archive.org/20/items/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26-25960785041_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/20/items/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26/mbid-51f08309-cfad-478b-a25d-ee61ba4acc26-25960785041_thumb250.jpg",
    "song": "Under the Table",
    "track_id": "bbe7b36f-579c-47a1-853a-ca62af97ee3e",
    "recording_id": "8fc95abd-c1ad-4db9-9aa1-c0bf0aa08d6b",
    "artist": "Fiona Apple",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "Fetch the Bolt Cutters",
    "release_id": "51f08309-cfad-478b-a25d-ee61ba4acc26",
    "release_group_id": "882db6d8-e28b-46ba-8a30-277e86fbddf7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2020-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kick me under the table all you want\nI won't shut up, I won't shut up...\"\nThis song tackles the theme of staying true to oneself and refusing to be silenced or dismissed.\n--\nWhat Fiona Apple had to say about the track via a NPR interview:\nThis is actually about a real dinner that I went to. And I can’t say who was at the dinner, but I will say that there was a prominent figure of a streaming service at that dinner. They were kicking me under the table with their eyes. And then afterwards, it’s like, why did you accost two people at a nice dinner, you know? I didn’t accost anybody. Everybody was saying things and, you know, a couple people said some things that I had some things to say back to.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}