Information about plays

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

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

{
    "id": 3581527,
    "uri": "https://api.kexp.org/v2/plays/3581527/?format=api",
    "airdate": "2025-11-22T18:12:00-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b36af73-605d-45bb-b44c-8f9dd1e2e55e/19175642761-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b36af73-605d-45bb-b44c-8f9dd1e2e55e/19175642761-250.jpg",
    "song": "Point Of No Return",
    "track_id": null,
    "recording_id": "44275fe3-a1eb-4765-9c9e-5287c0793c14",
    "artist": "Nu Shooz",
    "artist_ids": [
        "5e709ff3-170e-40ff-83ad-ecfb3030ad38"
    ],
    "album": "Poolside",
    "release_id": null,
    "release_group_id": "afaffa54-902c-3b2d-bbfe-9aac0efb0b6a",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-07-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Feast your ears on this reissue from Portland 80s new-wave heroes Nu Shooz!\n\n\"Point of No Return\" was a hit single off of Poolside, Nu Shooz's second record that became Gold certified and earned the band a Grammy nomination for Best New Artist in 1987.\n\nhttps://www.nushoozmusic.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}