Information about plays

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

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

{
    "id": 380828,
    "uri": "https://api.kexp.org/v2/plays/380828/?format=api",
    "airdate": "2019-09-14T15:00:43-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "http://coverartarchive.org/release/830cce8b-4ddd-4d1e-8773-2e896fddf88c/11626984147-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cutter",
    "track_id": "17ddf1f6-7d68-3f7f-b534-66609f308146",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Songs to Learn & Sing",
    "release_id": "830cce8b-4ddd-4d1e-8773-2e896fddf88c",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for English band Echo and the Bunnymen's song was filmed in Iceland for the snowy landscapes. https://bit.ly/2uzxdXw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}