Information about plays

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

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

{
    "id": 3582341,
    "uri": "https://api.kexp.org/v2/plays/3582341/?format=api",
    "airdate": "2025-11-24T11:09:53-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://ia600803.us.archive.org/7/items/mbid-bce3bc97-dbef-4a55-ad90-0a797b9e5990/mbid-bce3bc97-dbef-4a55-ad90-0a797b9e5990-10597723394_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/7/items/mbid-bce3bc97-dbef-4a55-ad90-0a797b9e5990/mbid-bce3bc97-dbef-4a55-ad90-0a797b9e5990-10597723394_thumb250.jpg",
    "song": "Low Down Soul",
    "track_id": "04b9975e-8419-46f7-a0a6-393557f9430f",
    "recording_id": "c67933b8-9786-4365-8cf6-6067dcac04b3",
    "artist": "The Deslondes",
    "artist_ids": [
        "47b6dee1-f2d8-47cc-b8b3-e54fc1ce763c"
    ],
    "album": "The Deslondes",
    "release_id": "53906f6e-56b5-4039-a64b-526ecebb9af8",
    "release_group_id": "86d11e3e-cea6-46c7-b1ee-c3a206d3cdc0",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2015-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Deslondes are a five-piece band from New Orleans. https://thedeslondes.bandcamp.com/album/the-deslondes\n\nhttps://www.deslondes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}