Information about plays

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

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

{
    "id": 3549065,
    "uri": "https://api.kexp.org/v2/plays/3549065/?format=api",
    "airdate": "2025-09-05T03:04:40-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia804609.us.archive.org/17/items/mbid-1e365079-6577-409d-b8eb-f9a08b1b01d6/mbid-1e365079-6577-409d-b8eb-f9a08b1b01d6-30899002854_thumb500.jpg",
    "thumbnail_uri": "https://ia804609.us.archive.org/17/items/mbid-1e365079-6577-409d-b8eb-f9a08b1b01d6/mbid-1e365079-6577-409d-b8eb-f9a08b1b01d6-30899002854_thumb250.jpg",
    "song": "False Hope",
    "track_id": "63c6d547-c98f-4669-81de-bdce5d670cfb",
    "recording_id": "aa86bccc-5f47-4dcd-9086-1fc1f07443bd",
    "artist": "Laura Marling",
    "artist_ids": [
        "cd9713d6-6e5f-4143-9412-4d12b7bd47f2"
    ],
    "album": "Short Movie",
    "release_id": "1e365079-6577-409d-b8eb-f9a08b1b01d6",
    "release_group_id": "00cb9fbf-0c5b-4295-8b21-723bb7538fc3",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}