Information about plays

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

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

{
    "id": 353939,
    "uri": "https://api.kexp.org/v2/plays/353939/?format=api",
    "airdate": "2019-07-13T17:25:49-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea6066fa-0342-43b9-9a09-fe86d6e7d8aa/10764902029-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue Skies",
    "track_id": "f2fc42b5-5406-3091-a569-677a2ad7c45c",
    "recording_id": null,
    "artist": "Noah and the Whale",
    "artist_ids": [
        "917bc621-ad02-477d-9308-a0304c5f9727"
    ],
    "album": "The First Days of Spring",
    "release_id": "ea6066fa-0342-43b9-9a09-fe86d6e7d8aa",
    "release_group_id": null,
    "labels": [
        "Cherrytree Records"
    ],
    "label_ids": [
        "376d9b4d-8cdd-44be-bc0f-ed5dfd2d2340"
    ],
    "release_date": "2009-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Noah and the Whale were a British indie rock and folk band from Twickenham, formed in 2006. The band's last line-up consisted of Charlie Fink (vocals, guitar), Tom Hobden (violin/keyboards), Matt \"Urby Whale\" Owens (bass guitar), Fred Abbott (guitar/keys) and Michael Petulla (drums).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}