Information about plays

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

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

{
    "id": 3521847,
    "uri": "https://api.kexp.org/v2/plays/3521847/?format=api",
    "airdate": "2025-07-02T22:27:13-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://ia800205.us.archive.org/34/items/mbid-ad71727b-3980-457b-bc44-d750d89d810f/mbid-ad71727b-3980-457b-bc44-d750d89d810f-2069645043_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/34/items/mbid-ad71727b-3980-457b-bc44-d750d89d810f/mbid-ad71727b-3980-457b-bc44-d750d89d810f-2069645043_thumb250.jpg",
    "song": "Otis",
    "track_id": "ad83c87e-0c19-3779-943c-874491a6c325",
    "recording_id": "6b20de43-170f-4c1a-b19e-f06ab8e717cc",
    "artist": "The Durutti Column",
    "artist_ids": [
        "aaddb5e3-f8a5-4a9d-8674-f885112ecf0e"
    ],
    "album": "Vini Reilly",
    "release_id": "5e026ab8-704b-427b-b88d-b0c09ba820c9",
    "release_group_id": "ba405aa4-afc3-30da-847c-3bfb1d898e2e",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1989-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beautiful tune featuring samples of Otis Redding's \"Pain In My Heart\" and Tracy Chapman's \"Behind the Wall.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}