Information about plays

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

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

{
    "id": 3657374,
    "uri": "https://api.kexp.org/v2/plays/3657374/?format=api",
    "airdate": "2026-05-20T20:45:13-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a98dd04-f716-44cc-a6cf-8477175f736b/37344312272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a98dd04-f716-44cc-a6cf-8477175f736b/37344312272-250.jpg",
    "song": "This Lock Will Hold",
    "track_id": null,
    "recording_id": "abe86b39-32d2-4068-b3dc-d820ea8a80ef",
    "artist": "Large Plants",
    "artist_ids": [
        "f5f768bc-9349-4d38-a38e-a26f1a27db98"
    ],
    "album": "The Thorn",
    "release_id": null,
    "release_group_id": "a0890105-b331-4971-975b-649250f69e15",
    "labels": [
        "Ghost Box"
    ],
    "label_ids": [
        "8c4c605f-ce5f-4322-9c79-d44b0e4426f5"
    ],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://ghostbox.greedbag.com/buy/the-thorn-1/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}