Information about plays

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

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

{
    "id": 3596970,
    "uri": "https://api.kexp.org/v2/plays/3596970/?format=api",
    "airdate": "2025-12-27T23:43:51-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c6095ac-4240-4fdb-a605-9fac77c531c6/24564181162-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c6095ac-4240-4fdb-a605-9fac77c531c6/24564181162-250.jpg",
    "song": "Strange Days",
    "track_id": null,
    "recording_id": "e8d5c591-8518-4bb9-90d6-44cb7b3a60b3",
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "Raygun...Naked Raygun",
    "release_id": null,
    "release_group_id": "5e5647b1-23b3-4295-9464-bcebd03fe6d1",
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1990-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nakedraygun.bandcamp.com/album/raygun-naked-raygun-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}