Information about plays

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

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

{
    "id": 3529495,
    "uri": "https://api.kexp.org/v2/plays/3529495/?format=api",
    "airdate": "2025-07-20T13:46:26-07:00",
    "show": 64066,
    "show_uri": "https://api.kexp.org/v2/shows/64066/?format=api",
    "image_uri": "https://ia803107.us.archive.org/16/items/mbid-a00cc2a8-88ff-4eaa-9ab4-d1c4732f00cb/mbid-a00cc2a8-88ff-4eaa-9ab4-d1c4732f00cb-38033864132_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/16/items/mbid-a00cc2a8-88ff-4eaa-9ab4-d1c4732f00cb/mbid-a00cc2a8-88ff-4eaa-9ab4-d1c4732f00cb-38033864132_thumb250.jpg",
    "song": "Nobody Knows",
    "track_id": "cafb25c9-a16c-3f55-ac3a-a42485519e8d",
    "recording_id": "f3ee683b-34ee-4a8c-afb9-46f2580c8ec3",
    "artist": "Pastor T.L. Barrett and The Youth for Christ Choir",
    "artist_ids": [
        "de844dd1-49f5-48c2-9a8a-5b0b4378d22b",
        "6647667c-ff83-42ec-b370-05b2babf1793"
    ],
    "album": "Like a Ship (Without a Sail)",
    "release_id": "331ee66e-b069-4ec7-814b-8e964ba65354",
    "release_group_id": "3c288122-77b1-402e-800d-1aff71f092aa",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2010-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}