Information about plays

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

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

{
    "id": 343032,
    "uri": "https://api.kexp.org/v2/plays/343032/?format=api",
    "airdate": "2019-06-18T16:29:23-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/04546fe2-6807-48f3-bd9e-b39a93965a94/9526410142-250.jpg",
    "thumbnail_uri": "",
    "song": "Scorpio",
    "track_id": "13fbb2b9-9b8d-33a3-b115-936ff5bb0fd2",
    "recording_id": null,
    "artist": "Grandmaster Flash & The Furious Five",
    "artist_ids": [
        "1390d663-2f56-4b41-9f75-f45ba489250b"
    ],
    "album": "Best of Sugar Hill Records",
    "release_id": "04546fe2-6807-48f3-bd9e-b39a93965a94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is named after one of the members of the group, rapper Scorpio (Eddie Morris aka Mr. Ness).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}