Information about plays

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

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

{
    "id": 3543996,
    "uri": "https://api.kexp.org/v2/plays/3543996/?format=api",
    "airdate": "2025-08-23T23:52:25-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7ea4c50-020b-47dc-b4eb-efee581bd182/26317936198-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7ea4c50-020b-47dc-b4eb-efee581bd182/26317936198-250.jpg",
    "song": "Concrete and Steel",
    "track_id": null,
    "recording_id": "c7f38178-3888-4268-ae78-e6ee3ad877e8",
    "artist": "From Ashes Rise",
    "artist_ids": [
        "eef6cb8d-5c82-4de7-a499-44e99709a216"
    ],
    "album": "From Ashes Rise",
    "release_id": null,
    "release_group_id": "954a4199-4f4a-32f0-ba03-74984677c852",
    "labels": [
        "The Great American Steak Religion"
    ],
    "label_ids": [
        "d34e1b94-d832-4108-9ff7-e439ef10792c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}