Information about plays

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

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

{
    "id": 3596723,
    "uri": "https://api.kexp.org/v2/plays/3596723/?format=api",
    "airdate": "2025-12-27T13:43:09-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Talks",
    "track_id": "253f0c8b-a380-496f-8499-729c38d8dcd2",
    "recording_id": "7e1a44af-d2ac-4eab-870d-4604ec15aa4e",
    "artist": "Eaves Wilder",
    "artist_ids": [
        "abd4a4cc-6cc2-430f-a4f8-0c5b8afe4273"
    ],
    "album": "Everybody Talks",
    "release_id": "a0e7ce01-308c-467c-ae45-116144dad6db",
    "release_group_id": "4640b93c-3125-4648-a835-bd69f5c3833e",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2025-11-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everybody takes / But they never give / I am running off of pure fear and adrenaline. That’s what it feels like to be in a band in 2025.\"\n\nEverybody Talks is the newest single from Eaves Wilder. The London-based artist started writing songs at the age of eight and has released music steadily since 2022. \n\nhttps://eaveswilder.bandcamp.com\nhttps://eaveswilder.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}