Information about plays

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

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

{
    "id": 346888,
    "uri": "https://api.kexp.org/v2/plays/346888/?format=api",
    "airdate": "2019-06-27T08:31:00-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/202f470f-0f0d-322b-b61a-be6f3ee7dd02/8220080466-250.jpg",
    "thumbnail_uri": "",
    "song": "The Perfect Crime #2",
    "track_id": "0cb5c5be-c991-3cf3-9e49-c1cd0ff81612",
    "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": "Every Decemberists album from worst to best (according to Consequence of Sound): https://bit.ly/2JnuSr9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}