Information about plays

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

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

{
    "id": 350255,
    "uri": "https://api.kexp.org/v2/plays/350255/?format=api",
    "airdate": "2019-07-05T00:57:24-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ce936ae-6c8b-4c19-a640-c15aff00d838/23047152132-250.jpg",
    "thumbnail_uri": "",
    "song": "LeafCutAngelicDepths",
    "track_id": "e87dc6f8-3fb6-4fbc-8899-14051ad341ef",
    "recording_id": null,
    "artist": "Nathan Micay",
    "artist_ids": [
        "64f43af4-b3ab-4fa8-8243-a4d08922102c"
    ],
    "album": "Blue Spring",
    "release_id": "1ce936ae-6c8b-4c19-a640-c15aff00d838",
    "release_group_id": null,
    "labels": [
        "LuckyMe"
    ],
    "label_ids": [
        "bd2e11b6-fa00-4616-848d-4e8a23cd63ff"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK https://luckyme.bandcamp.com/album/blue-spring",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}