Information about plays

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

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

{
    "id": 3521154,
    "uri": "https://api.kexp.org/v2/plays/3521154/?format=api",
    "airdate": "2025-07-01T10:17:44-07:00",
    "show": 63891,
    "show_uri": "https://api.kexp.org/v2/shows/63891/?format=api",
    "image_uri": "https://ia803205.us.archive.org/14/items/mbid-8cf86d40-0c51-4762-98df-eade4f6a97dd/mbid-8cf86d40-0c51-4762-98df-eade4f6a97dd-9449551793_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/14/items/mbid-8cf86d40-0c51-4762-98df-eade4f6a97dd/mbid-8cf86d40-0c51-4762-98df-eade4f6a97dd-9449551793_thumb250.jpg",
    "song": "Concrete and Clay (clean)",
    "track_id": "29af0a1b-ed4e-3875-b00c-8a76ca041e43",
    "recording_id": "1d3822a1-48e6-47a4-a17f-d2544ef69e6e",
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Improvise",
    "release_id": "8cf86d40-0c51-4762-98df-eade4f6a97dd",
    "release_group_id": "067e052b-0d02-3859-be85-2a3781cbc5b1",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1999-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the hook from Pleasure Web's 1973 song, \"Music Man (Part 1).\" It also reworked Jurassic 5's 1997 \"Concrete Schoolyard.\" That song, produced by Cut Chemist and DJ Nu-Mark, sampled ten other songs: https://www.whosampled.com/Jurassic-5/Concrete-Schoolyard/\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}