Information about plays

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

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

{
    "id": 3596240,
    "uri": "https://api.kexp.org/v2/plays/3596240/?format=api",
    "airdate": "2025-12-26T11:02:30-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "https://ia801908.us.archive.org/22/items/mbid-5e3ab145-6078-49f8-b999-54b42e7c5729/mbid-5e3ab145-6078-49f8-b999-54b42e7c5729-21009652833_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/22/items/mbid-5e3ab145-6078-49f8-b999-54b42e7c5729/mbid-5e3ab145-6078-49f8-b999-54b42e7c5729-21009652833_thumb250.jpg",
    "song": "Bus Stop Boxer",
    "track_id": "b52b31a5-f1c0-3b28-aa54-03219ef77d2a",
    "recording_id": "517286b4-4020-40d3-8518-1823eead5922",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Souljacker",
    "release_id": "5e3ab145-6078-49f8-b999-54b42e7c5729",
    "release_group_id": "759d03ec-7b3f-3762-9d1b-f889b961c3dc",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2002-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Souljacker,\" EELS' fourth album, was released in Japan in 2001, with a delayed release in the US due to the lack of \"radio-friendly singles\" record companies wanted. https://bit.ly/3AHxIA0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}