Information about plays

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

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

{
    "id": 3602868,
    "uri": "https://api.kexp.org/v2/plays/3602868/?format=api",
    "airdate": "2026-01-11T00:56:20-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Refuse/Resist",
    "track_id": null,
    "recording_id": "86a08196-14e7-481e-b22b-dc3d67e69d25",
    "artist": "Sepultura",
    "artist_ids": [
        "1d93c839-22e7-4f76-ad84-d27039efc048"
    ],
    "album": "Chaos A.D.",
    "release_id": null,
    "release_group_id": "b53fdd53-f70c-3580-ad92-04f7fe77b254",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1993-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sepultura has announced that they will be playing some shows in Australia this year.\n\nhttps://www.facebook.com/sepultura/\nhttps://www.sepultura.com.br/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}