Information about plays

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

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

{
    "id": 3412848,
    "uri": "https://api.kexp.org/v2/plays/3412848/?format=api",
    "airdate": "2024-10-15T08:10:05-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re My Best Friend",
    "track_id": "99f3fddf-3d26-34a0-9af1-f8570cf502b2",
    "recording_id": "471dc436-80be-4f06-bc8f-7e2685876cfc",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "A Night at the Opera",
    "release_id": "6defd963-fe91-4550-b18e-82c685603c2b",
    "release_group_id": "6b47c9a0-b9e1-3df9-a5e8-50a6ce0dbdbd",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1975-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarah, our fav' school counselor writes: \nOn my way to the school based health center...short staffed and a lot of need. Waking up in the middle of the night working on treatment plans. And. This set rocks. Thanks for slowing me down when I didn't realize I was moving to fast.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}