Information about plays

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

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

{
    "id": 3538142,
    "uri": "https://api.kexp.org/v2/plays/3538142/?format=api",
    "airdate": "2025-08-09T22:44:58-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garbage Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Melonball",
    "artist_ids": [
        "ce02668d-d5aa-4885-91ec-132552269acc"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thousand Islands Records"
    ],
    "label_ids": [
        "cfc52cbe-3ffe-450c-ae5b-ddf62f19b059"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fast, technical and politically-charged punk rock with sharp riffs, detailed and intense drum work, and strong melodies – all driven by an unmistakable voice of the lead singer out of Nuremberg, Germany.\n\n\nhttps://melonball.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}