Information about plays

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

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

{
    "id": 3547147,
    "uri": "https://api.kexp.org/v2/plays/3547147/?format=api",
    "airdate": "2025-08-31T11:52:35-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7bd948c-a88a-4235-8e54-dea3512bcb34/33358389155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7bd948c-a88a-4235-8e54-dea3512bcb34/33358389155-250.jpg",
    "song": "I'm Going to Outfit You Baby",
    "track_id": null,
    "recording_id": "1be20369-9b5a-4569-b068-68004fe6f535",
    "artist": "Barbara Stant",
    "artist_ids": [
        "41d553a4-c2a4-4958-a1d2-09c237cae1e9"
    ],
    "album": "Eccentric Soul: The Shiptown Label",
    "release_id": null,
    "release_group_id": "f353c421-c997-41c5-bad7-cabaef7fc816",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2022-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen of the Norfolk Sound, Barbara Stant was just a teenager when she auditioned for the Shiptown label.\nhttps://eccentricsoul.bandcamp.com/album/my-mind-holds-on-to-yesterday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}