Information about plays

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

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

{
    "id": 3568975,
    "uri": "https://api.kexp.org/v2/plays/3568975/?format=api",
    "airdate": "2025-10-23T14:50:46-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e3a5f51-af06-47c6-9341-4aadaaa7c54f/41497978260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e3a5f51-af06-47c6-9341-4aadaaa7c54f/41497978260-250.jpg",
    "song": "Cruisin",
    "track_id": null,
    "recording_id": "4abcab95-0aa3-406c-88c1-c1ba3379b7d0",
    "artist": "Smokey Robinson",
    "artist_ids": [
        "c19ff12b-058f-44a8-b245-b0efb4752925"
    ],
    "album": "Cruisin'",
    "release_id": null,
    "release_group_id": "249b3438-380a-41e1-8d43-74bf80fe3021",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1979-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smokey Robinson co-wrote, produced, and released this song in 1979 as a single from his album \"Where There's Smoke.\"\n--\nD'Angelo covered it on \"Brown Sugar.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}