Information about plays

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

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

{
    "id": 350336,
    "uri": "https://api.kexp.org/v2/plays/350336/?format=api",
    "airdate": "2019-07-05T05:38:30-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/bba4663f-ea58-4ae1-857d-c25253e8a5a9/15283574007-250.jpg",
    "thumbnail_uri": "",
    "song": "White Out",
    "track_id": "e42a0002-8d8b-498c-a074-625734d2f3ff",
    "recording_id": null,
    "artist": "Warpaint",
    "artist_ids": [
        "cf82a38f-9413-4333-bacb-ca5b6db95794"
    ],
    "album": "Heads Up",
    "release_id": "bba4663f-ea58-4ae1-857d-c25253e8a5a9",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}