Information about plays

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

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

{
    "id": 3421326,
    "uri": "https://api.kexp.org/v2/plays/3421326/?format=api",
    "airdate": "2024-11-04T13:06:29-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://coverartarchive.org/release/6258e39d-bef4-4d5a-a654-440cf4c4c29a/5349015874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6258e39d-bef4-4d5a-a654-440cf4c4c29a/5349015874-250.jpg",
    "song": "Burn This Disco Out",
    "track_id": null,
    "recording_id": "5c1f6def-2cdd-49c8-996b-9bc72aa2ad68",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Off the Wall",
    "release_id": null,
    "release_group_id": "ee749c63-5699-38e0-b565-7e84414648d9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Griffin!\n\nRIP to the incomparable Quincy Jones!\n\n\"So DJ, spin the sounds\nThere ain't no way that you're gonna let us down\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}