Information about plays

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

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

{
    "id": 3413789,
    "uri": "https://api.kexp.org/v2/plays/3413789/?format=api",
    "airdate": "2024-10-17T07:40:03-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love You Got",
    "track_id": "2e390525-f958-4c81-9cc9-31e6696dde26",
    "recording_id": "96bd6aa9-ec4a-4ff3-b6b9-83d27b34eaff",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Dreamstate",
    "release_id": "444eb25b-69ec-427b-9746-e58cdc0fe92b",
    "release_group_id": "dee9395f-96d0-4a36-bffb-4a1e6a172a74",
    "labels": [
        "dh2"
    ],
    "label_ids": [
        "6bb3e6d6-3655-4014-9a68-eff6df75e450"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There will be a 'Dreamstate' Listening Party on Friday, October 18, 2024 at 10:00 AM PDT through Bandcamp. https://kellyleeowens.bandcamp.com/album/dreamstate\n\nKelly Lee Owens said: “‘Love You Got’ was born out of the curiosity of discovering my own inner euphoria – balancing the dark & the light within myself to find ultimate bliss in connection with others.” \nhttps://tinyurl.com/3e6dh97w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}