Information about plays

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

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

{
    "id": 3343835,
    "uri": "https://api.kexp.org/v2/plays/3343835/?format=api",
    "airdate": "2024-05-04T19:39:45-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loser Sellouts",
    "track_id": null,
    "recording_id": null,
    "artist": "Beautiful Freaks",
    "artist_ids": [],
    "album": "We Talk To Birds",
    "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": "New from Beautiful Freaks! This is so good y'all -- Off of their upcoming record We Talk To Birds, out in July!\n\nhttps://fr3aks.bandcamp.com/track/loser-sellouts",
    "play_type": "trackplay"
}