Information about plays

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

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

{
    "id": 357638,
    "uri": "https://api.kexp.org/v2/plays/357638/?format=api",
    "airdate": "2019-07-22T12:37:01-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/88cf2cdf-8ea0-4e9f-b8e5-6223b8bea211/23452861512-250.jpg",
    "thumbnail_uri": "",
    "song": "Social Candy",
    "track_id": "cb870bf3-d292-4dab-8eff-d580cb7c089c",
    "recording_id": null,
    "artist": "Psychedelic Porn Crumpets",
    "artist_ids": [
        "11d94660-1963-4020-8762-4c5907e2ea48"
    ],
    "album": "And Now for the Whatchamacallit",
    "release_id": "88cf2cdf-8ea0-4e9f-b8e5-6223b8bea211",
    "release_group_id": null,
    "labels": [
        "Marathon Artists"
    ],
    "label_ids": [
        "1233e5e0-9e19-4ee6-9cab-a8e17ddb4ff4"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Tractor Tavern Friday, September 13. Psychedelic Porn Crumpets hail from Perth, a beautiful city of much music talent! http://www.psychedelicporncrumpets.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}