Information about plays

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

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

{
    "id": 3343818,
    "uri": "https://api.kexp.org/v2/plays/3343818/?format=api",
    "airdate": "2024-05-04T18:39:53-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "girl at the bar",
    "track_id": null,
    "recording_id": null,
    "artist": "MAITA",
    "artist_ids": [],
    "album": "want",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "MAITA is the indie rock project led by Japanese-American singer-songwriter Maria Maita-Keppeler. A fiercely private artist, this new album has some of Maria's most personal and visceral songwriting, as she examines desire in the framework of a relationship in turmoil. It's equal parts indie rock and melancholy, the kind of record you can sink your teeth into.\n\nhttps://maita.bandcamp.com/album/want",
    "play_type": "trackplay"
}