Information about plays

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

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

{
    "id": 3612286,
    "uri": "https://api.kexp.org/v2/plays/3612286/?format=api",
    "airdate": "2026-02-02T13:20:05-08:00",
    "show": 65823,
    "show_uri": "https://api.kexp.org/v2/shows/65823/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Mr. D.J.",
    "track_id": null,
    "recording_id": "23c90cdb-499d-4492-92a8-611f20e26213",
    "artist": "Zhané",
    "artist_ids": [
        "51b59633-b9cc-48b8-b7db-72a06452069a"
    ],
    "album": "Pronounced Jah‐Nay",
    "release_id": null,
    "release_group_id": "7d91bc45-530b-35b7-a954-9c0581cb60ed",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1994 R&B track also features production from Naughty by Nature producer/DJ Kay Gee!\nSamples \"Looking Up to You\" by singer Michael Wycoff! \n\nThe duo Zhané was part of Queen Latifah's collective, Flavor Unit -- Renée Neufville and Jean Norris met at Temple University in Philadelphia, and began singing together at talent shows\n\nWatch the video for Zhané's 1994 hit \"Hey Mr. DJ\" here:\nhttps://youtu.be/6n4QUIjUJFk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}