Information about plays

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

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

{
    "id": 3547227,
    "uri": "https://api.kexp.org/v2/plays/3547227/?format=api",
    "airdate": "2025-08-31T16:13:44-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/195586ed-84d4-49e8-9ee8-5b600e96b0e6/7730493863-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/195586ed-84d4-49e8-9ee8-5b600e96b0e6/7730493863-250.jpg",
    "song": "Left Hand Free",
    "track_id": null,
    "recording_id": "7f35b163-3abf-4622-ab87-6170edeb9df2",
    "artist": "alt‐J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "Left Hand Free",
    "release_id": null,
    "release_group_id": "9cc7531d-e3e5-4a45-be6e-e857b99e9d1d",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Distinctively raw/sophisticated rock band from Leeds, UK. Check out Alt-J Live at KEXP here. https://www.youtube.com/watch?v=XANPObswCsE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}