Information about plays

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

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

{
    "id": 3420614,
    "uri": "https://api.kexp.org/v2/plays/3420614/?format=api",
    "airdate": "2024-11-02T20:52:34-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Guy",
    "track_id": "f419f436-0187-4aa2-a68d-07a14d23a07d",
    "recording_id": "e4b1b15b-648b-4dde-ad5a-c53866af64c9",
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "That Guy b/w Time Crisis Too",
    "release_id": "63e38f8c-e2ef-4735-8869-1bf2631c1854",
    "release_group_id": "44f3d6d8-1772-47a5-9fe4-ef387d5ba754",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-02-04",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is off a split EP with Holy Wave coming out February 2025!\n\n\"Shapiro sings every word of 'That Guy' in a dull Nico-like monotone that draws me into every syllable. They all feel quite quotable, too — thought-provoking without being too showy about it. 'Maybe quitting is okay/ But I don’t like giving things away,' she sings next. 'Like how I listen to a song/ Until all the meaning’s gone.'\"\n\nhttps://www.stereogum.com/2285805/chastity-belt-that-guy/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}