Information about plays

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

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

{
    "id": 3586081,
    "uri": "https://api.kexp.org/v2/plays/3586081/?format=api",
    "airdate": "2025-12-03T01:04:30-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is How We Do It (radio mix)",
    "track_id": null,
    "recording_id": "f7abcad6-17a0-4217-887a-fd04e4e009b2",
    "artist": "Montell Jordan",
    "artist_ids": [
        "cc1f4763-a306-4ae7-8ba7-331872199f9e"
    ],
    "album": "This Is How We Do It",
    "release_id": null,
    "release_group_id": "900497ac-da7b-3a38-ada4-6685b8d28ab5",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Montell Jordan who turns 57 today!  This hit features Jordan singing over an enhanced Teddy Riley drumbeat sample of Slick Rick's \"Children's Story\" which in turn has an added interpolation of the bass of Bob James' \"Nautilus\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}