Information about plays

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

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

{
    "id": 3549697,
    "uri": "https://api.kexp.org/v2/plays/3549697/?format=api",
    "airdate": "2025-09-06T18:00:58-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/125f4f41-495d-4542-a026-e0f04e8435f1/29514531863-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/125f4f41-495d-4542-a026-e0f04e8435f1/29514531863-250.jpg",
    "song": "Spell Strike",
    "track_id": null,
    "recording_id": "51734c79-8baf-4627-a7f2-6ac3670c6932",
    "artist": "Provoker",
    "artist_ids": [
        "35d030b7-f38b-4d28-ae37-6eb6ce39b139"
    ],
    "album": "Spell Strike",
    "release_id": null,
    "release_group_id": "8c5abe88-d7ef-4d28-837c-54b6e3971547",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2021-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland -> LA goth rockers Provoker with their breakout single \"Spell Strike\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}