Information about plays

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

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

{
    "id": 3552407,
    "uri": "https://api.kexp.org/v2/plays/3552407/?format=api",
    "airdate": "2025-09-13T06:38:25-07:00",
    "show": 64548,
    "show_uri": "https://api.kexp.org/v2/shows/64548/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Over and Over",
    "track_id": null,
    "recording_id": "91e877fe-73dc-4963-a78e-4bdfb901643c",
    "artist": "The Altons",
    "artist_ids": [
        "32775e1d-30f3-415a-9062-94fb98599708"
    ],
    "album": "When You Go (That's When You'll Know)",
    "release_id": null,
    "release_group_id": "91085a8b-a999-41e7-85c7-e6a6fa9afb21",
    "labels": [
        "Penrose"
    ],
    "label_ids": [
        "534d5e1d-0a0a-4177-9daa-b650bff01f14"
    ],
    "release_date": "2020-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}