Information about plays

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

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

{
    "id": 3428280,
    "uri": "https://api.kexp.org/v2/plays/3428280/?format=api",
    "airdate": "2024-11-21T13:51:27-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c84a7d6-0329-449a-84c1-841d6c812fb1/15514517516-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c84a7d6-0329-449a-84c1-841d6c812fb1/15514517516-250.jpg",
    "song": "Buckwylyn",
    "track_id": null,
    "recording_id": "f8286d13-0114-4d75-ba17-e8458c1f1107",
    "artist": "Shyheim",
    "artist_ids": [
        "fb09bb85-5a97-4092-b056-a9e50773974a"
    ],
    "album": "A.K.A. The Rugged Child",
    "release_id": null,
    "release_group_id": "5704a6bc-f814-3df9-9b63-eb391cd96a0c",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Buckwylyn\" contains samples of \"Donkey Walk\" by Lou Donaldson and \"Just to Get a Rep\" by Gang Starr.\n--\n\"There's a party goin on down the block\nPack up, load the gats now my whole crew's strapped, what!...\"  Here's a guide to what Shyheim's spittin': https://genius.com/Shyheim-buckwylyn-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}