Information about plays

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

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

{
    "id": 3598599,
    "uri": "https://api.kexp.org/v2/plays/3598599/?format=api",
    "airdate": "2025-12-31T22:37:10-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "https://ia800207.us.archive.org/19/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/19/items/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0/mbid-2c6b376f-0357-4683-a1d8-2a5df30f0ad0-5555186081_thumb250.jpg",
    "song": "Get Up Offa That Thing",
    "track_id": "1e3176ed-73d7-3d91-b5c6-8fd4980e30b3",
    "recording_id": "af74d936-3a34-4c6f-a5b2-51a0edfa5dbf",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "20 All Time Greatest Hits!",
    "release_id": "2c6b376f-0357-4683-a1d8-2a5df30f0ad0",
    "release_group_id": "a2c447f9-2439-3af6-80ff-f26207a788e3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You heard the man! He said GET UP OFFA THAT THING!!!\n\nFunk isn't just meant to be heard, it's meant to be experienced, and no one knew that better than James Brown, who wrote \"Get Up Offa That Thing\" to rouse an uninspired crowd at a Fort Lauderdale club. \"The audience was sitting down, trying to do a sophisticated thing, listening to funk,\" he recalled in the 2014 biography \"James Brown: The Godfather Of Soul.\" ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}