Information about plays

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

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

{
    "id": 3549539,
    "uri": "https://api.kexp.org/v2/plays/3549539/?format=api",
    "airdate": "2025-09-06T06:32:06-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "https://coverartarchive.org/release/258b1e3d-636e-45ad-9543-5b8c0a8475e5/26500806479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/258b1e3d-636e-45ad-9543-5b8c0a8475e5/26500806479-250.jpg",
    "song": "Younger Than You",
    "track_id": null,
    "recording_id": "69701947-2499-4297-81b4-72c09fa7efe8",
    "artist": "Whirr",
    "artist_ids": [
        "3474a13f-899f-40ec-9d5c-e44e41a02900"
    ],
    "album": "Feels Like You",
    "release_id": null,
    "release_group_id": "779d90aa-d964-48bd-a125-76e8bc271bd5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}