Information about plays

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

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

{
    "id": 3545435,
    "uri": "https://api.kexp.org/v2/plays/3545435/?format=api",
    "airdate": "2025-08-27T09:29:41-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia800208.us.archive.org/6/items/mbid-fff47010-890e-461b-8967-0a159e3245a1/mbid-fff47010-890e-461b-8967-0a159e3245a1-1978392388_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/6/items/mbid-fff47010-890e-461b-8967-0a159e3245a1/mbid-fff47010-890e-461b-8967-0a159e3245a1-1978392388_thumb250.jpg",
    "song": "Woman to Woman",
    "track_id": "e24a22bc-0afd-3f66-a48a-f8108d32097a",
    "recording_id": "0b039879-6f84-4fea-98e4-c77846422717",
    "artist": "Joe Cocker",
    "artist_ids": [
        "32f2d6bd-c22b-42cf-a7bc-0c4b48cd2bcb"
    ],
    "album": "Joe Cocker",
    "release_id": "fff47010-890e-461b-8967-0a159e3245a1",
    "release_group_id": "fa911ebc-b87c-346f-bd1d-f3a45a926b9a",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning Troy and Owen. Be great to hear something from Joe Cocker.\n\nJustin in Snohomish",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}