Information about plays

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

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

{
    "id": 353557,
    "uri": "https://api.kexp.org/v2/plays/353557/?format=api",
    "airdate": "2019-07-12T17:47:54-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/d7426b92-e23c-4d2b-98c3-c737ac038bf5/16389234347-250.jpg",
    "thumbnail_uri": "",
    "song": "Shut Up Kiss Me",
    "track_id": "3b1d0eb1-22f8-4517-8230-545929a8d16b",
    "recording_id": null,
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "My Woman",
    "release_id": "d7426b92-e23c-4d2b-98c3-c737ac038bf5",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Moore Theatre on Wed. Dec 11",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}