Information about plays

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

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

{
    "id": 3427964,
    "uri": "https://api.kexp.org/v2/plays/3427964/?format=api",
    "airdate": "2024-11-20T20:22:22-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/05285307-4592-4f0c-a7cf-a71f868e0ff9/36028120606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05285307-4592-4f0c-a7cf-a71f868e0ff9/36028120606-250.jpg",
    "song": "All I Can Do",
    "track_id": null,
    "recording_id": "38edca5c-fb85-41d0-b032-6bc7ebe47005",
    "artist": "Art Feynman",
    "artist_ids": [
        "65ddd55d-7409-4ef4-8047-74373b909294"
    ],
    "album": "Be Good the Crazy Boys",
    "release_id": null,
    "release_group_id": "da0c79a3-02b0-4a6a-ab1b-5f57b11062b1",
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2023-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo project from Boston and California based musician and producer Luke Temple.\n\nhttps://artfeynman.bandcamp.com/album/be-good-the-crazy-boys\nhttps://www.instagram.com/artfeynman/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}