Information about plays

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

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

{
    "id": 3545272,
    "uri": "https://api.kexp.org/v2/plays/3545272/?format=api",
    "airdate": "2025-08-27T00:18:02-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/64990800-4e35-4dea-b187-dc8f6963044f/38318457346-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64990800-4e35-4dea-b187-dc8f6963044f/38318457346-250.jpg",
    "song": "Shibuya",
    "track_id": null,
    "recording_id": "e25d699a-14d4-4766-830c-f95564bf02db",
    "artist": "Free Nationals feat. Syd",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082",
        "7d3d6c65-e053-4657-8705-0ca61bc012ad"
    ],
    "album": "Free Nationals",
    "release_id": null,
    "release_group_id": "c0b2f399-6cc8-4fd5-baae-b0a0fce716a7",
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2019-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stunning collaboration. https://www.allmusic.com/artist/free-nationals-mn0003833049",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}