Information about plays

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

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

{
    "id": 3429280,
    "uri": "https://api.kexp.org/v2/plays/3429280/?format=api",
    "airdate": "2024-11-23T23:39:24-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "https://coverartarchive.org/release/f75aa6e9-1d28-4943-bb11-9e78a6473270/34980708475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f75aa6e9-1d28-4943-bb11-9e78a6473270/34980708475-250.jpg",
    "song": "L.B.T.C.",
    "track_id": null,
    "recording_id": "fef4ff8a-68bb-44c5-89cb-5f1bf9987c52",
    "artist": "Illiterates",
    "artist_ids": [
        "49bc55d7-c569-492c-82f0-30534ae5f42d"
    ],
    "album": "No Experts",
    "release_id": null,
    "release_group_id": "27df05f3-4081-4adb-9c10-c3f226a706c0",
    "labels": [
        "Sorry State Records"
    ],
    "label_ids": [
        "d422ab05-7296-4d9a-abec-d85388d6b34c"
    ],
    "release_date": "2023-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pittsburgh, PA\n\n\"The dumbest band in hardcore.\"\n\nhttps://illiteratespgh.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}