Information about plays

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

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

{
    "id": 3417037,
    "uri": "https://api.kexp.org/v2/plays/3417037/?format=api",
    "airdate": "2024-10-25T07:50:59-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Refugee",
    "track_id": null,
    "recording_id": "10c79a49-d827-4d51-8078-e39fc5843c8a",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Damn the Torpedoes",
    "release_id": null,
    "release_group_id": "871631b9-651c-3c2e-88ae-3a2491d9eb6b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1979-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, John and company! May I please request 🙏 \"Refugee\" by Tom Petty.\nI'm here from Alaska and didn't have a safe place to stay last night with my cat. So I chose to sleep with them in the Jeep on Alki beach so we could be together.\n--\nTom Petty and the Heartbreakers closed out their set at Live Aid in 1985 with this great song.:  https://www.youtube.com/watch?v=h3Ha_g8aUys\n--\nR.I.P., Tom Petty, who died in October, 2017, at age 66: https://www.nytimes.com/2017/10/03/arts/music/tom-petty-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}