Information about plays

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

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

{
    "id": 3519474,
    "uri": "https://api.kexp.org/v2/plays/3519474/?format=api",
    "airdate": "2025-06-27T10:06:10-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f63bac5-1436-401e-82df-4ea883c26fa2/34921248470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f63bac5-1436-401e-82df-4ea883c26fa2/34921248470-250.jpg",
    "song": "Tramp Like You",
    "track_id": null,
    "recording_id": "87a670b4-4b78-4aee-a42e-030772c5b741",
    "artist": "Oracle Sisters",
    "artist_ids": [
        "e2fd6f1b-db4b-4422-bc25-625c66b25a78"
    ],
    "album": "Tramp Like You",
    "release_id": null,
    "release_group_id": "e0567540-15a0-43ff-9a30-1fb8bff5557a",
    "labels": [
        "22Twenty"
    ],
    "label_ids": [
        "c27a5af5-63fa-419a-b907-6f6968060579"
    ],
    "release_date": "2023-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oracle Sisters are coming to the west coast later this summer!\n\n-Seattle on September 12th at The Crocodile\n\n-San Francisco on September 16th at Great American Music Hall \n\nMore dates here: https://www.oraclesisters.com/tour\n\n\"Tramp Like You\" is the opening track of this Parisian group's 2023 album, Hydranism. They released their newest album, Divinations, in February! https://oraclesisters.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}