Information about plays

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

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

{
    "id": 3554588,
    "uri": "https://api.kexp.org/v2/plays/3554588/?format=api",
    "airdate": "2025-09-18T11:57:20-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://ia802300.us.archive.org/13/items/mbid-6eb47652-8214-4440-883c-40da2d060b71/mbid-6eb47652-8214-4440-883c-40da2d060b71-16273681085_thumb500.jpg",
    "thumbnail_uri": "https://ia902300.us.archive.org/13/items/mbid-6eb47652-8214-4440-883c-40da2d060b71/mbid-6eb47652-8214-4440-883c-40da2d060b71-16273681085_thumb250.jpg",
    "song": "Ramon Casiano",
    "track_id": "8f73c1d2-2530-4ffd-8b33-0056507c2be1",
    "recording_id": "9d23d10b-f422-4e27-bdf7-710525efa24a",
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "American Band",
    "release_id": "6eb47652-8214-4440-883c-40da2d060b71",
    "release_group_id": "2a2b9165-14cf-4eee-8c9d-d745a90dab93",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patterson Hood and MJ Lenderman have mutual respect for one another and have collaborated together over the years. Just this week, Hood joined Lenderman at his band in Portland during the encore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}