Information about plays

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

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

{
    "id": 3599287,
    "uri": "https://api.kexp.org/v2/plays/3599287/?format=api",
    "airdate": "2026-01-02T16:13:13-08:00",
    "show": 65542,
    "show_uri": "https://api.kexp.org/v2/shows/65542/?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 on the Good Foot",
    "track_id": "73bb8c76-b2cb-3490-97e5-6840e5701872",
    "recording_id": "b9c58609-023b-41b5-bd64-b67144d7ad5c",
    "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": "hope you start this year off on the good foot! whichever one that may be for you.....",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}