Information about plays

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

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

{
    "id": 3597327,
    "uri": "https://api.kexp.org/v2/plays/3597327/?format=api",
    "airdate": "2025-12-28T20:42:40-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cut Up Mr. Kool",
    "track_id": null,
    "recording_id": "b957949b-a396-46e1-8db1-b357529a838b",
    "artist": "Marlon Hunter",
    "artist_ids": [
        "a869fe3d-b67e-42a4-a9e1-ec2f29c11b63"
    ],
    "album": "It’s Summer",
    "release_id": null,
    "release_group_id": "59dea98d-bbf0-482f-93d5-d1499e164efe",
    "labels": [
        "Pacific Records Int."
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marlon Hunter a.k.a. Standards of Living originally released \"Cut Up Mr. Kool\" in 1977 with Pacific Records Int., and the track was re-released in 1980 on the album, It's Summer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}