Information about plays

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

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

{
    "id": 369503,
    "uri": "https://api.kexp.org/v2/plays/369503/?format=api",
    "airdate": "2019-08-19T15:04:47-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "http://coverartarchive.org/release/3fea4418-ad63-40f9-bbb3-20712dd1be4c/3331291731-250.jpg",
    "thumbnail_uri": "",
    "song": "Kiss the Sky",
    "track_id": "b77c971e-2176-3f95-8202-be81517382f9",
    "recording_id": null,
    "artist": "Shawn Lee’s Ping Pong Orchestra",
    "artist_ids": [
        "992023a1-8ee8-4aab-8e84-7825546a2b01"
    ],
    "album": "Voices and Choices",
    "release_id": "3fea4418-ad63-40f9-bbb3-20712dd1be4c",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2007-01-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shawn Lee's newer project, AM & Shawn Lee, stopped by KEXP a few years back for an in studio. Check it out here: https://www.youtube.com/watch?v=euNPN9UrvBA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}