Information about plays

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

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

{
    "id": 3412859,
    "uri": "https://api.kexp.org/v2/plays/3412859/?format=api",
    "airdate": "2024-10-15T08:45:58-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Billboard Heart",
    "track_id": "c3d83c28-3a12-4561-a2b9-5bdcde5f325b",
    "recording_id": "23775b0a-0092-4d49-b3b1-7157613fe612",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "Billboard Heart",
    "release_id": "4dde0662-eaf5-4fcd-a7ed-e94a278f6de5",
    "release_group_id": "7df354ac-5b93-421f-a75f-7ede26fa5b9a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-09-19",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Congrats to Jessica Dobson and Deep Sea Diver for their recent signing to Sub Pop Records. Read more here: https://www.subpop.com/artists/deep_sea_diver\n\nThe rapturous “Billboard Heart” is a stunning introduction to Deep Sea Diver’s universe. You can watch the official video for “Billboard Heart” via the link below,  a new song from their forthcoming album, due in early 2025.\n\nhttps://www.youtube.com/watch?v=dSJI7FveC-c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}