Information about plays

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

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

{
    "id": 3437295,
    "uri": "https://api.kexp.org/v2/plays/3437295/?format=api",
    "airdate": "2024-12-12T20:12:38-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Know What's Normal",
    "track_id": null,
    "recording_id": null,
    "artist": "坂本慎太郎",
    "artist_ids": [
        "b713fb44-7a24-41d0-827a-cc8777b1ce89"
    ],
    "album": "Don't Know What's Normal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "zelone records"
    ],
    "label_ids": [],
    "release_date": "2013-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "坂本慎太郎 (Shintaro Sakamoto) is a Japanese musician, singer/songwriter, and producer. He was a founding member and the frontman for the underground Japanese psychedelic rock band Yura Yura Teikoku. After the band's breakup in 2010, Sakamoto began independently producing music, having released four solo albums to date.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}