Information about plays

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

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

{
    "id": 3548167,
    "uri": "https://api.kexp.org/v2/plays/3548167/?format=api",
    "airdate": "2025-09-02T22:39:05-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9c014ae-cf48-4460-acc5-7fbebfe2e0aa/4614008474-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9c014ae-cf48-4460-acc5-7fbebfe2e0aa/4614008474-250.jpg",
    "song": "Shake It Out",
    "track_id": null,
    "recording_id": "1a61223e-aa82-4019-9f7f-a1360cf9198c",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Ceremonials",
    "release_id": null,
    "release_group_id": "998f1bc8-6703-49fe-8aed-028ec04a14f2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2011-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://florenceandthemachine.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}