Information about plays

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

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

{
    "id": 3420635,
    "uri": "https://api.kexp.org/v2/plays/3420635/?format=api",
    "airdate": "2024-11-02T21:53:56-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIG NINE, Let's Go!",
    "track_id": "5ed83be0-2774-4c02-a51a-eb4273313859",
    "recording_id": "c9218722-9f36-401f-b4b3-d3742adf4456",
    "artist": "Drinking Boys and Girls Choir",
    "artist_ids": [
        "75f91440-24ae-4673-bb26-73fd12234373"
    ],
    "album": "BIG NINE, Let's Go!",
    "release_id": "05ffb798-8b24-44ac-9cb2-ec24c945f102",
    "release_group_id": "befd68f4-9138-4788-a9de-0e008a596af5",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2019-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Drinking Boys and Girls Choir will be playing at the Rickshaw Stop in San Francisco on November 13th, and at Madame Lou's in Seattle on November 17th.\n\nhttps://drinkingboysandgirlschoir.com/tour/\n\nIf you can't make it to those shows, you can watch this footage of their in studio session here at KEXP back in May:\n\nhttps://youtu.be/rC893u7OH0Q?si=sb4pLgrDr7ilmQ6Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}