Information about plays

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

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

{
    "id": 369747,
    "uri": "https://api.kexp.org/v2/plays/369747/?format=api",
    "airdate": "2019-08-20T05:14:25-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a62cd38-0405-33c0-ade2-6be951f7b777/8606673911-250.jpg",
    "thumbnail_uri": "",
    "song": "Anthems for a Seventeen Year‐Old Girl",
    "track_id": "f43c01b5-cd26-3863-855b-6d3d38277382",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "You Forgot It in People",
    "release_id": "4a62cd38-0405-33c0-ade2-6be951f7b777",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2003-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Broken Social Scene session is on KEXP (broadcast only) TODAY at noon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}