Information about plays

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

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

{
    "id": 345414,
    "uri": "https://api.kexp.org/v2/plays/345414/?format=api",
    "airdate": "2019-06-24T04:36:53-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/018c2a22-52d6-4cda-a489-9b19ead0dd85/20631718109-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy Unhappy",
    "track_id": "cf15438e-90da-406a-93b5-673a18010171",
    "recording_id": null,
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Future Me Hates Me",
    "release_id": "018c2a22-52d6-4cda-a489-9b19ead0dd85",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2018-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "-Nick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}