Information about plays

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

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

{
    "id": 3567299,
    "uri": "https://api.kexp.org/v2/plays/3567299/?format=api",
    "airdate": "2025-10-19T18:42:10-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": "Funky Skunk",
    "track_id": null,
    "recording_id": "84c45c22-cc3a-4c80-972f-d02f67d50b4c",
    "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": "Funk/soul outfit Sound Investment released \"Funky Skunk\" on their self-titled debut album in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}