Information about plays

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

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

{
    "id": 3545414,
    "uri": "https://api.kexp.org/v2/plays/3545414/?format=api",
    "airdate": "2025-08-27T08:13:39-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia803208.us.archive.org/32/items/mbid-e0912ea6-e749-41cb-aef5-8771a4b29161/mbid-e0912ea6-e749-41cb-aef5-8771a4b29161-15098221164_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/32/items/mbid-e0912ea6-e749-41cb-aef5-8771a4b29161/mbid-e0912ea6-e749-41cb-aef5-8771a4b29161-15098221164_thumb250.jpg",
    "song": "Get Down",
    "track_id": "abd55c06-b4ed-3abf-bccd-bd730fd330e2",
    "recording_id": "c58f17b5-4907-4d6f-8e5d-7aabc7c9194a",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Roots",
    "release_id": "e0912ea6-e749-41cb-aef5-8771a4b29161",
    "release_group_id": "0540ae68-4a95-3df2-92c7-2257fc318ddd",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good Morning Troy and Owen,\n\nWould you please play some Curtis Mayfield?  The city of Cincinnati took a special vote and we all agree… Curtis Mayfield.\n\n~jeffery\nMainstrasse, Kentucky\n------------\nThanks, Cincy! You all have great taste.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}