Information about plays

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

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

{
    "id": 3343834,
    "uri": "https://api.kexp.org/v2/plays/3343834/?format=api",
    "airdate": "2024-05-04T19:36:16-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toxic",
    "track_id": null,
    "recording_id": null,
    "artist": "Lemon Boy",
    "artist_ids": [],
    "album": "Toxic",
    "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": "The death metal growl really seals the deal here, what a cover! Lemon Boy are playing Southgate Roller Rink at the end of May with Queen Chimera and Cottage Corpse, you know it's gonna be a good time!",
    "play_type": "trackplay"
}