Information about plays

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

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

{
    "id": 3592914,
    "uri": "https://api.kexp.org/v2/plays/3592914/?format=api",
    "airdate": "2025-12-19T03:13:35-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Norf Norf",
    "track_id": null,
    "recording_id": "9c649ce0-ea55-44f6-b84f-974c997c36ee",
    "artist": "Vince Staples",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff"
    ],
    "album": "Summertime ’06",
    "release_id": null,
    "release_group_id": "ce0c3be2-5d01-4640-9bb8-9ced890ea989",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2015-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3 a.m. Time Machine: 2015!\n\n---\nRead about Vince Staples' thoughtful response to a mother who strongly criticized this song and video: https://www.nytimes.com/2016/10/07/arts/music/vince-staples-norf-norf-mother-video.html\n--\nYou may want to watch the official and explicit video: https://www.youtube.com/watch?v=mb6Jc4juSF8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}