Information about plays

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

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

{
    "id": 3605328,
    "uri": "https://api.kexp.org/v2/plays/3605328/?format=api",
    "airdate": "2026-01-17T03:05:29-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Through the Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Cyndi Lauper",
    "artist_ids": [
        "7bd9e20e-74b9-446a-a2ed-a223f82a36e7"
    ],
    "album": "She’s So Unusual",
    "release_id": null,
    "release_group_id": "46d415e9-39b7-3978-9e3d-d9d8a32c6751",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}