Information about plays

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

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

{
    "id": 3497322,
    "uri": "https://api.kexp.org/v2/plays/3497322/?format=api",
    "airdate": "2025-05-04T21:13:48-07:00",
    "show": 63372,
    "show_uri": "https://api.kexp.org/v2/shows/63372/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d93abd5-a2d9-44e6-87cf-9fb14ceac74a/41512141313-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d93abd5-a2d9-44e6-87cf-9fb14ceac74a/41512141313-250.jpg",
    "song": "Limoncello",
    "track_id": null,
    "recording_id": "0e959930-dbe3-40b9-a38a-e6cfc60aef59",
    "artist": "Kassian",
    "artist_ids": [
        "50473857-0174-4f2f-99a6-1ed49c541fe1"
    ],
    "album": "Channels",
    "release_id": null,
    "release_group_id": "8a4a8ae4-fe9b-4c9c-a933-6645b40fe328",
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}