Information about plays

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

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

{
    "id": 3415153,
    "uri": "https://api.kexp.org/v2/plays/3415153/?format=api",
    "airdate": "2024-10-20T15:49:52-07:00",
    "show": 61628,
    "show_uri": "https://api.kexp.org/v2/shows/61628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Northern Sky",
    "track_id": "0ca18fd4-2f77-44d8-aa17-425694b92555",
    "recording_id": "13d5d4a7-abee-4465-b34b-18810a79ac1e",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Bryter Layter",
    "release_id": "56fb03e4-baed-48c6-9223-7a49424ed7a0",
    "release_group_id": "d742fded-00e7-3746-a63d-aa2def3fdbcc",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "2000-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Northern Sky\" was written when Drake was living with John Martyn and his wife Beverley in Hastings.\n\nBeverley later said, \"He wrote that one with us. We had a tree across the pavement. Hence the line, 'Smelt the sweet breezes at the top of a tree.'\"\n\nIn 1985, The Dream Academy had a hit with \"Life In A Northern Town,\" which was inspired by Northern Sky. The group’s singer Nick Laird-Clowes name-checked Drake in an interview in Melody Maker, saying his song came 'from a strong connection with Nick Drake in a way I can’t even explain.'\" https://tinyurl.com/4vvuun4e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}