Information about plays

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

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

{
    "id": 3416118,
    "uri": "https://api.kexp.org/v2/plays/3416118/?format=api",
    "airdate": "2024-10-23T01:21:16-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Centre Cannot Hold",
    "track_id": "6311ab3d-56c5-490a-a95d-fe6fcd2f7fff",
    "recording_id": "a5bd4f58-77e9-45f1-8d41-5190e99a2e96",
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Come Ahead",
    "release_id": "9c073aaa-aa12-4cfc-b0fd-778943f10bf0",
    "release_group_id": "156b7758-7659-4ab9-8694-807ba2f78fc3",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Primal Scream are about to release their 12th album Come Ahead, and have just shared a new song from it called “The Centre Cannot Hold.”\nSinger Bobby Gillespie says “After I wrote it, I sang it to my dad the night before he died. It was just me and him in the hospital. His body had given up. I think, when you get old and tired and your body just goes, ‘I’ve had enough. Time to go.’ I was trying to write about that feeling, I don’t know why — maybe I was feeling tired myself. Sometimes I do. When I wrote this song I was thinking, there must be a point in your life where you think, time to go home.”\n-----\nhttps://www.youtube.com/watch?v=ofFTuA6HSXU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}