Information about plays

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

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

{
    "id": 352433,
    "uri": "https://api.kexp.org/v2/plays/352433/?format=api",
    "airdate": "2019-07-10T04:38:44-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/cbe04a86-c2c8-4f81-869e-441cd01cce8a/22401348360-250.jpg",
    "thumbnail_uri": "",
    "song": "All I Want",
    "track_id": "9f7f08ab-4b28-4896-9aa4-caa80c977ef5",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Let's Try the After (Vol. 1)",
    "release_id": "cbe04a86-c2c8-4f81-869e-441cd01cce8a",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing two nights in Seattle at The Neptune Theatre on July 29th and 30th! Live on KEXP: https://www.youtube.com/watch?v=e5wX1GInr6U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}