Information about plays

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

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

{
    "id": 3621957,
    "uri": "https://api.kexp.org/v2/plays/3621957/?format=api",
    "airdate": "2026-02-25T03:47:37-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "hollyweird",
    "track_id": "78a408a5-96e1-4bd8-bd47-ff9107c1aefb",
    "recording_id": "726544c7-f284-41dc-8aa6-e87d17554b3e",
    "artist": "aja monet",
    "artist_ids": [
        "c1d14ed4-9a04-43e1-bc7b-f16471768f42"
    ],
    "album": "hollyweird",
    "release_id": "02f0d407-4626-48c3-9f28-6dfb1bdf206a",
    "release_group_id": "33a2c9fc-6fcd-4a48-8062-b276e772790d",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from Aja Monet, a poet, performer, and educator from East NY, Brooklyn, best known as the youngest individual to win the legendary Nuyorican Poets' Café Grand Slam title. \n\nhttps://ajamonet.bandcamp.com/track/hollyweird\n\nOfficial music video here:\nhttps://www.youtube.com/watch?v=oyP1frgXJZk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}