Information about plays

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

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

{
    "id": 3416829,
    "uri": "https://api.kexp.org/v2/plays/3416829/?format=api",
    "airdate": "2024-10-24T19:42:16-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theme From Don",
    "track_id": null,
    "recording_id": null,
    "artist": "Dan the Automator",
    "artist_ids": [
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "Bombay The Hard Way",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel M. Nakamura, better known by his stage name Dan the Automator, is an American music producer from San Francisco, California. He is the founder of the publishing company Sharkman Music and the record label 75 Ark.\n--\nhttps://www.dantheautomator.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}