Information about plays

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

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

{
    "id": 3567300,
    "uri": "https://api.kexp.org/v2/plays/3567300/?format=api",
    "airdate": "2025-10-19T18:45:17-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://coverartarchive.org/release/61e9d8c4-c649-4995-9f31-d8d519a4c6ff/36664169293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61e9d8c4-c649-4995-9f31-d8d519a4c6ff/36664169293-250.jpg",
    "song": "Dirty Man",
    "track_id": null,
    "recording_id": "5a97b085-8c7c-4473-a72d-93bfb6762e2e",
    "artist": "Sound Investment",
    "artist_ids": [
        "a524a21d-5624-4bb5-ac3d-0c2f5912ee86"
    ],
    "album": "Sound Investment",
    "release_id": null,
    "release_group_id": "93735bb4-bc91-4023-b9c7-dd86b568f201",
    "labels": [
        "Brunswick"
    ],
    "label_ids": [
        "d532d4dd-c853-4f44-a550-f050e25095de"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sound Investment originally released \"Dirty Man\" as the b-side to their first single \"Funky Skunk\" in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}