Information about plays

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

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

{
    "id": 343918,
    "uri": "https://api.kexp.org/v2/plays/343918/?format=api",
    "airdate": "2019-06-20T12:33:28-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "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": "Psychedelic indeed! Check out Psychedelic Porn Crumpet's wacky music video for this song:\nhttps://www.youtube.com/watch?v=WlEen4TeW4E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}