Information about plays

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

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

{
    "id": 378641,
    "uri": "https://api.kexp.org/v2/plays/378641/?format=api",
    "airdate": "2019-09-09T07:19:00-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/04d02f96-fdfc-428a-8b3d-366b58f99798/7939981031-250.jpg",
    "thumbnail_uri": "",
    "song": "The Rip Tide",
    "track_id": "fc112e73-f51a-3ffb-bca2-17366a7945fc",
    "recording_id": null,
    "artist": "Beirut",
    "artist_ids": [
        "0af78501-5647-4c18-9a0d-66ac8789e13b"
    ],
    "album": "The Rip Tide",
    "release_id": "04d02f96-fdfc-428a-8b3d-366b58f99798",
    "release_group_id": null,
    "labels": [
        "Pompeii Records"
    ],
    "label_ids": [
        "878172a7-d0b5-45f7-b1b2-902404f909c1"
    ],
    "release_date": "2011-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the band's 3rd album, written after Beirut's Zach Condon had a rough tour in Brazil, where he had both a perforated eardrum and a stage invasion. Yikes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}