Information about plays

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

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

{
    "id": 3559934,
    "uri": "https://api.kexp.org/v2/plays/3559934/?format=api",
    "airdate": "2025-10-01T05:17:15-07:00",
    "show": 64715,
    "show_uri": "https://api.kexp.org/v2/shows/64715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burning of the Midnight Lamp",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Burning of the Midnight Lamp\" features the R&B girl group Sweet Inspirations on backing vocals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}