Information about plays

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

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

{
    "id": 3584743,
    "uri": "https://api.kexp.org/v2/plays/3584743/?format=api",
    "airdate": "2025-11-29T22:17:18-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "S.C.U.M.",
    "track_id": null,
    "recording_id": null,
    "artist": "Sex Faces",
    "artist_ids": [
        "6bbd9705-7646-4a58-98b8-7ca32433b56d"
    ],
    "album": "Bad Vibes OST",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2025-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the video for this song linked below:\n\nhttps://youtu.be/ECgeo1OYZFc?si=m5BEEVS9anx1446b\n\nKEXP's Martin Douglas also featured Sex Faces on KEXP's In Our Headphones podcast:\n\nhttps://youtu.be/rTzjQ5A6yEQ?si=dXmAgNhwhiWUJSsl\n\nhttps://sexfacesdc.bandcamp.com/\nhttps://www.slovenly.com/artist/sexfaces/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}