Information about plays

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

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

{
    "id": 370455,
    "uri": "https://api.kexp.org/v2/plays/370455/?format=api",
    "airdate": "2019-08-21T16:10:18-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "http://coverartarchive.org/release/da3d55ad-661d-4337-88cb-aadd27802015/3069156052-250.jpg",
    "thumbnail_uri": "",
    "song": "Little Miss Lover",
    "track_id": "41440379-9690-32e5-94e2-8c4076731aaf",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "da3d55ad-661d-4337-88cb-aadd27802015",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Prince sampled the drums from this song on \"Tick, Tick Bang\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}