Information about plays

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

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

{
    "id": 3422030,
    "uri": "https://api.kexp.org/v2/plays/3422030/?format=api",
    "airdate": "2024-11-06T08:12:29-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/a10bc8f6-b00c-431d-9e5a-1d770fcc5033/35534291703-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a10bc8f6-b00c-431d-9e5a-1d770fcc5033/35534291703-250.jpg",
    "song": "Waiting on a Friend",
    "track_id": null,
    "recording_id": "41fbb4bc-9a89-4f65-9e55-19cf6298fb8b",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Tattoo You",
    "release_id": null,
    "release_group_id": "fdbc4f51-817d-33ab-af9f-4bcc22286932",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1981-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leah listening from Austin Texas. Vacillating between heartbreak, anger and disbelief but feeling deep comfort in the music and KEXP community today. The messages are the balm needed to feel less alone and more hopeful. It’s a long fight but we’re all in it together. So much love.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}