Information about plays

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

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

{
    "id": 357567,
    "uri": "https://api.kexp.org/v2/plays/357567/?format=api",
    "airdate": "2019-07-22T08:19:21-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd7d006c-a9fa-4094-a733-6d001dcfa4b4/14377077607-250.jpg",
    "thumbnail_uri": "",
    "song": "Pretty Pimpin",
    "track_id": "7c1c276d-6a92-4822-a93f-61e494bc04ce",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "b'lieve i'm goin down...",
    "release_id": "cd7d006c-a9fa-4094-a733-6d001dcfa4b4",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Vile is part of the great lineup for the inaugural THING Music Festival in Port Townsend, Washington, Saturday and Sunday, August 24th and 25th, 2019.  Read the story of this song: http://storyofsong.com/story/pretty-pimpin/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}