Information about plays

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

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

{
    "id": 3416372,
    "uri": "https://api.kexp.org/v2/plays/3416372/?format=api",
    "airdate": "2024-10-23T16:53:15-07:00",
    "show": 61654,
    "show_uri": "https://api.kexp.org/v2/shows/61654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Makin Bacon",
    "track_id": "58c80ec8-92e6-4609-bc6d-49f80fcbf934",
    "recording_id": "84083488-7c20-4e61-8fd7-eea29193972d",
    "artist": "Annie J",
    "artist_ids": [
        "e2ebaa07-333d-4104-923c-79d1398015d9"
    ],
    "album": "Been Loving You",
    "release_id": "e941fd00-f43b-412d-9fd2-d83f8831621a",
    "release_group_id": "9797dcaf-9bc5-4084-af9a-86ee877dd4aa",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Via her site, \"Annie J delivers a close and personal blend of retro soul and modern pop. Her vocal mastery and presence as a performer make for a playful and moving display that pays homage to acts like Dusty Springfield, Whitney Houston, Janelle Monae, and Solange.\" \nhttps://anniejofficial.com/a",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}