Information about plays

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

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

{
    "id": 350155,
    "uri": "https://api.kexp.org/v2/plays/350155/?format=api",
    "airdate": "2019-07-04T19:29:50-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/bead742d-fcd6-49fc-92b2-75412c90b94a/12266555425-250.jpg",
    "thumbnail_uri": "",
    "song": "Trouble And Love",
    "track_id": "8d9efffe-2890-4abd-af8b-43329b278b2c",
    "recording_id": null,
    "artist": "Mary Gauthier",
    "artist_ids": [
        "1efadc05-01b5-4a39-9c6f-da5c975276dd"
    ],
    "album": "Trouble And Love",
    "release_id": "bead742d-fcd6-49fc-92b2-75412c90b94a",
    "release_group_id": null,
    "labels": [
        "In The Black Records"
    ],
    "label_ids": [
        "dd1ec333-897c-4cd4-a916-993988c257c6"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}