Information about plays

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

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

{
    "id": 3591373,
    "uri": "https://api.kexp.org/v2/plays/3591373/?format=api",
    "airdate": "2025-12-15T09:12:43-08:00",
    "show": 65385,
    "show_uri": "https://api.kexp.org/v2/shows/65385/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fe11a73-734d-4375-86c5-f2e4ff065fdc/5734872542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fe11a73-734d-4375-86c5-f2e4ff065fdc/5734872542-250.jpg",
    "song": "Stand by Me",
    "track_id": null,
    "recording_id": "47a74f66-5fbb-4ac9-97aa-85a05a42bc92",
    "artist": "Ben E. King",
    "artist_ids": [
        "837555ba-012e-45f1-9a9c-9628da13ee54"
    ],
    "album": "Stand by Me: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "145ac56d-9cd7-3257-b162-8f1da24b030c",
    "labels": [
        "Warner Custom Products"
    ],
    "label_ids": [
        "c4cba732-5223-40f7-8e96-461271014cef"
    ],
    "release_date": "1986-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In tribute to Rob and Michelle Reiner, RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}