Information about plays

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

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

{
    "id": 379141,
    "uri": "https://api.kexp.org/v2/plays/379141/?format=api",
    "airdate": "2019-09-10T13:57:40-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/202f470f-0f0d-322b-b61a-be6f3ee7dd02/8220080466-250.jpg",
    "thumbnail_uri": "",
    "song": "Sons & Daughters",
    "track_id": "2f3c159d-5894-3d8a-8ec0-d86ca0884777",
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "The Crane Wife",
    "release_id": "202f470f-0f0d-322b-b61a-be6f3ee7dd02",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2007-01-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you so much, Tim in Seattle, for your compelling story.  We fervently hope that you'll be back in a year \"with a much shorter and happier story about how things do truly get better.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}