Information about plays

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

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

{
    "id": 347592,
    "uri": "https://api.kexp.org/v2/plays/347592/?format=api",
    "airdate": "2019-06-28T21:31:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West Is My Home",
    "track_id": "152621b7-cc7c-4b48-800a-b139bdddcf46",
    "recording_id": null,
    "artist": "Essam",
    "artist_ids": [
        "609d8239-5c9b-4d22-a584-bafd9c083ea5"
    ],
    "album": "12.12",
    "release_id": "e361b18f-d86b-4a94-8aed-580262a00215",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-12-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read more/listen about Seattle's Essam's song 'West Is My Home' on KEXP's Song Of The Day podcast here: https://www.kexp.org/podcasts/song-of-the-day/2019/2/15/essam-west-my-home-ii/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}