Information about plays

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

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

{
    "id": 3343820,
    "uri": "https://api.kexp.org/v2/plays/3343820/?format=api",
    "airdate": "2024-05-04T18:47:16-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Yet",
    "track_id": null,
    "recording_id": null,
    "artist": "No Monaco",
    "artist_ids": [],
    "album": null,
    "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": "This one's a new one! No Monaco are having a release party tomorrow night at the Sunset Tavern with Jamn and Nodaphone; if you're not already heading to Belltown Bloom, make it up to Ballard!!\n\nTickets here: https://dice.fm/event/y599p-no-monaco-jamn-nodaphone-5th-may-the-sunset-tavern-seattle-tickets",
    "play_type": "trackplay"
}