Information about plays

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

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

{
    "id": 3568313,
    "uri": "https://api.kexp.org/v2/plays/3568313/?format=api",
    "airdate": "2025-10-22T01:44:07-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-6ceaa02d-6078-4346-ba2a-4b3f772e52b2/mbid-6ceaa02d-6078-4346-ba2a-4b3f772e52b2-39789778047_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-6ceaa02d-6078-4346-ba2a-4b3f772e52b2/mbid-6ceaa02d-6078-4346-ba2a-4b3f772e52b2-39789778047_thumb250.jpg",
    "song": "Refund Taxi",
    "track_id": "516e4198-4f41-4207-8607-44d908887b9d",
    "recording_id": "aa55acd9-156d-4c5e-9181-2200623cadee",
    "artist": "Normal Average People",
    "artist_ids": [
        "5c091c1d-576c-4802-a9db-87b754a7d068"
    ],
    "album": "Refund Taxi",
    "release_id": "6ceaa02d-6078-4346-ba2a-4b3f772e52b2",
    "release_group_id": "ec1efaf2-e4bb-4955-93b7-a4af7e30b64c",
    "labels": [
        "All My Thoughts"
    ],
    "label_ids": [
        "98ab1ca9-12a4-4acb-bc46-a723b679a453"
    ],
    "release_date": "2024-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}