Information about plays

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

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

{
    "id": 348593,
    "uri": "https://api.kexp.org/v2/plays/348593/?format=api",
    "airdate": "2019-07-01T10:21:25-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4e14775-251c-43ab-90eb-9043f3740224/17188847676-250.jpg",
    "thumbnail_uri": "",
    "song": "Hug of Thunder",
    "track_id": "bf9511cc-cab9-4130-8b34-6d27e6df49f8",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Hug of Thunder",
    "release_id": "d4e14775-251c-43ab-90eb-9043f3740224",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Social Scene hails from Toronto, ON and will play The Neptune Monday/Tuesday, July 29/30. Here's Live Video from their 2017 KEXP In-Studio: https://www.youtube.com/watch?v=e5wX1GInr6U.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}