Information about plays

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

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

{
    "id": 3574765,
    "uri": "https://api.kexp.org/v2/plays/3574765/?format=api",
    "airdate": "2025-11-06T15:17:46-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/872f474a-e58e-4bae-ac51-89faaec80036/14739703412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/872f474a-e58e-4bae-ac51-89faaec80036/14739703412-250.jpg",
    "song": "Elegant People",
    "track_id": null,
    "recording_id": "0093e61d-b482-4fee-aad9-bf165da2a5dd",
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Black Market",
    "release_id": null,
    "release_group_id": "7db657be-44b2-38ea-9296-663c5446096d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1976-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wayne Shorter wrote and produced this song for Weather Report. \n\nWatch Weather Report in a live performance of \"Elegant People\" at Montreux in 1976: https://www.facebook.com/argonautadellamusica1/videos/weather-report-elegant-people-live-at-montreux-1976/2466182860171918/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}