Information about plays

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

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

{
    "id": 3412291,
    "uri": "https://api.kexp.org/v2/plays/3412291/?format=api",
    "airdate": "2024-10-13T20:36:59-07:00",
    "show": 61568,
    "show_uri": "https://api.kexp.org/v2/shows/61568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music Makes Me High",
    "track_id": null,
    "recording_id": null,
    "artist": "Joanne Tardy",
    "artist_ids": [],
    "album": "Sorceress",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "T.M. International"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1980, Joanne Tardy wrote and recorded her first album, \"Sorceress.\" In 1986, she formed her own publishing label (SAMAJOI). She produced and recorded a second album, \"Think of This,\" which led to a \"WAMI\" nomination for Milwaukee Jazz Artist of the Year. Joanne Tardy died in 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}