Information about plays

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

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

{
    "id": 3574517,
    "uri": "https://api.kexp.org/v2/plays/3574517/?format=api",
    "airdate": "2025-11-06T00:41:08-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/50d62702-3d00-4d27-b5d9-affc950823e2/2915931237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50d62702-3d00-4d27-b5d9-affc950823e2/2915931237-250.jpg",
    "song": "Ain’t Got No Feelin’",
    "track_id": null,
    "recording_id": "535201da-c4e6-479b-9b63-f1aff317f4c0",
    "artist": "Derek's Accent",
    "artist_ids": [
        "86f17285-0a53-4c7b-bf8f-e8a6c1f04739"
    ],
    "album": "Down Under Nuggets: Original Australian Artyfacts 1965–1967",
    "release_id": null,
    "release_group_id": "34d58c96-3410-4ca2-9378-baee42c64be5",
    "labels": [
        "Festival Records"
    ],
    "label_ids": [
        "85df3f99-9072-44d5-a53a-0f1b41f5b57b"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded 1966",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}