Information about plays

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

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

{
    "id": 3428142,
    "uri": "https://api.kexp.org/v2/plays/3428142/?format=api",
    "airdate": "2024-11-21T05:56:50-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia903401.us.archive.org/23/items/mbid-37fcb43f-37df-3173-a004-3f3ca4097e08/mbid-37fcb43f-37df-3173-a004-3f3ca4097e08-8145518568_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/23/items/mbid-37fcb43f-37df-3173-a004-3f3ca4097e08/mbid-37fcb43f-37df-3173-a004-3f3ca4097e08-8145518568_thumb250.jpg",
    "song": "She's Calling You",
    "track_id": "a627675c-9aa7-32f4-9ea0-5eee9d760bb7",
    "recording_id": "b6e254ed-5e49-4d71-8a5c-4db698e16ab6",
    "artist": "Bad Brains",
    "artist_ids": [
        "e919b253-da5b-4aae-a444-6a368376a2d6"
    ],
    "album": "I Against I",
    "release_id": "37fcb43f-37df-3173-a004-3f3ca4097e08",
    "release_group_id": "5772996a-d791-3d21-a62e-3efd2a24979c",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986 Bad Brains released I Against I. \n\nI Against I is the third studio album by the DC-based band Bad Brains. Dr. Know was inspired to form Bad Brains in 1979 from the rage of The Sex Pistols and the political reggae of Bob Marley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}