Information about plays

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

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

{
    "id": 3428380,
    "uri": "https://api.kexp.org/v2/plays/3428380/?format=api",
    "airdate": "2024-11-21T19:42:11-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vibration (feat. Satoko Ishimine)",
    "track_id": null,
    "recording_id": null,
    "artist": "Okinawa Delays",
    "artist_ids": [
        "139120a1-e03e-40ad-9060-448a1927abda"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Claremont 56"
    ],
    "label_ids": [],
    "release_date": "2017-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Okinawa Delays is a funk band based in Japan.\nhttps://claremont56.bandcamp.com/album/nariyama-ayagu-2\n\nSatoko Ishimine is a singer and performer from Japan. She has released a number of acclaimed records on Toshiba EMI throughout the 1990s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}