Information about plays

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

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

{
    "id": 3416455,
    "uri": "https://api.kexp.org/v2/plays/3416455/?format=api",
    "airdate": "2024-10-23T21:35:28-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "fleeting moments",
    "track_id": null,
    "recording_id": null,
    "artist": "OGRE YOU A**HOLE",
    "artist_ids": [],
    "album": "Nature and Computers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YOSHIMOTO MUSIC CO.,LTD."
    ],
    "label_ids": [
        "a45b336d-0742-4d70-a7c2-6968d472f86b"
    ],
    "release_date": "2005-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "4 piece band from Japan; \"their Kraut rock / Psychedelic rock inspired live arrangements of a song could often expand to more than 10 minutes long improvisational jam sessions.\" more info on the group - https://linkco.re/pvVzbqxZ?lang=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}