Information about plays

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

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

{
    "id": 3413427,
    "uri": "https://api.kexp.org/v2/plays/3413427/?format=api",
    "airdate": "2024-10-16T12:10:04-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone",
    "track_id": "9a6c34a3-24b8-4aa7-9245-c059d7d5e242",
    "recording_id": "9a6cdec7-1688-4ddb-b4e4-95f50da72a86",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Alone",
    "release_id": "def8e69a-93f4-4fce-be6f-9b127dd2b73e",
    "release_group_id": "73d2a92a-08b5-46e6-9b11-2cb4b85c600a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2024-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from the Cure, with a new album out November 1st!!!\n“Alone,” said Robert Smith in a press release, is “the track that unlocked the record; as soon as we had that piece of music recorded I knew it was the opening song, and I felt the whole album come into focus. I had been struggling to find the right opening line for the right opening song for a while, working with the simple idea of ‘being alone’, always in the back of my mind this nagging feeling that I already knew what the opening line should be… as soon as we finished recording I remembered the poem ‘Dregs’ by the English poet Ernest Dowson… and that was the moment when I knew the song—and the album—were real.” https://pitchfork.com/news/the-cure-detail-first-album-in-16-years-share-new-song-alone-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}