Information about plays

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

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

{
    "id": 346506,
    "uri": "https://api.kexp.org/v2/plays/346506/?format=api",
    "airdate": "2019-06-26T14:38:48-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/e500e480-a9b1-44a7-b957-3551b1e9c54e/12352186489-250.jpg",
    "thumbnail_uri": "",
    "song": "Gimme All Your Love",
    "track_id": "d59ca28f-93a7-4d63-aa0a-8d5694d72ad0",
    "recording_id": null,
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Sound & Color",
    "release_id": "e500e480-a9b1-44a7-b957-3551b1e9c54e",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2015-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brittany Howard just announced a new solo album titled \"Jaime\" and releases on September 2nd.  The title is in honor of her late sister but is not a tribute album.  She will also be embarking on a few solo dates though none announced for the PNW yet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}