Information about plays

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

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

{
    "id": 3580480,
    "uri": "https://api.kexp.org/v2/plays/3580480/?format=api",
    "airdate": "2025-11-20T02:47:12-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/f64f251e-c428-4a54-a0eb-06858fe17eb2/22943362253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f64f251e-c428-4a54-a0eb-06858fe17eb2/22943362253-250.jpg",
    "song": "No UFO’s (vocal)",
    "track_id": null,
    "recording_id": "8459b71c-3cd1-4dfd-b39b-e4aef24ef620",
    "artist": "Model 500",
    "artist_ids": [
        "e569aee8-33ff-48e5-b0ed-4ceba1a37714"
    ],
    "album": "No UFO’s / Future",
    "release_id": null,
    "release_group_id": "cf6685e6-c80a-3424-81a6-87d85c2a0ebc",
    "labels": [
        "Metroplex"
    ],
    "label_ids": [
        "490dbfcc-04b5-4660-9a64-a4cd66c1fd4b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Juan Atkins aka Model 500 is regarded as the Godfather of Detroit Techno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}