Information about plays

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

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

{
    "id": 3343830,
    "uri": "https://api.kexp.org/v2/plays/3343830/?format=api",
    "airdate": "2024-05-04T19:26:22-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cute Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Sleepover Club",
    "artist_ids": [
        "846d2022-212a-422b-83af-0fb5c841ca50"
    ],
    "album": "W​(​ph​)​oopsie!",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jfc this band is so much fun!!! Queercore punk rockers from Everett!\n\nhttps://sleepoverclub.bandcamp.com/album/w-ph-oopsie",
    "play_type": "trackplay"
}