Information about plays

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

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

{
    "id": 3541165,
    "uri": "https://api.kexp.org/v2/plays/3541165/?format=api",
    "airdate": "2025-08-17T09:51:38-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/58632b0a-ce73-4322-9edc-6254173eb747/10641426244-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58632b0a-ce73-4322-9edc-6254173eb747/10641426244-250.jpg",
    "song": "Me and the Whiskey",
    "track_id": null,
    "recording_id": "cad90ef8-f37e-4b29-b1b6-7dade6d1fb24",
    "artist": "Whitey Morgan and the 78’s",
    "artist_ids": [
        "d6f2bcf1-ceff-400f-89dd-8684e41c13d5"
    ],
    "album": "Sonic Ranch",
    "release_id": null,
    "release_group_id": "9edc6feb-12fe-410a-85fe-7c95cdff92e3",
    "labels": [
        "Whitey Morgan Music"
    ],
    "label_ids": [],
    "release_date": "2015-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Flint, MI artist named his album after the legendary studio compound outside of El Paso, TX.\nhttps://whiteymorgan.bandcamp.com/album/sonic-ranch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}