Information about plays

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

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

{
    "id": 372981,
    "uri": "https://api.kexp.org/v2/plays/372981/?format=api",
    "airdate": "2019-08-27T12:35:08-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4e57d35-d8f8-4302-bca4-534b6227e284/14478188805-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink Rabbits",
    "track_id": "2c1f7a75-6127-4483-a4be-8cee7bf4fe9d",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Trouble Will Find Me",
    "release_id": "d4e57d35-d8f8-4302-bca4-534b6227e284",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Thursday, August 29th, 2019, The National will be at Marymoor Park in Redmond, Washington.: https://www.marymoorconcerts.com/events/detail/371109  A fine choice, Ada!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}