Information about plays

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

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

{
    "id": 3585644,
    "uri": "https://api.kexp.org/v2/plays/3585644/?format=api",
    "airdate": "2025-12-02T01:00:22-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Is It? (UK club mix)",
    "track_id": null,
    "recording_id": "56185a52-6827-4e95-849c-ef2fde2f2e24",
    "artist": "Mantronix",
    "artist_ids": [
        "2d09279c-a477-4c45-8df7-fe91dd7a59f8"
    ],
    "album": "Who Is It?",
    "release_id": null,
    "release_group_id": "0cf9029e-05ef-45bf-b1b7-54325700db3b",
    "labels": [
        "Sleeping Bag Records"
    ],
    "label_ids": [
        "d3e5290b-c07f-420e-ae33-b9bd05780219"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This seven-minute version, the UK Club Mix of this breakbeat track by Mantronix (Kurtis Mantronik & MC Tee), is from their second album, \"Music Madness\" (1986). It reached #20 on the US Dance Charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}