Information about plays

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

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

{
    "id": 348713,
    "uri": "https://api.kexp.org/v2/plays/348713/?format=api",
    "airdate": "2019-07-01T17:29:37-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hymn for a Droid",
    "track_id": "64fd7ba8-89b0-4030-859b-4b7d045ab93b",
    "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 Tractor Tavern Friday, September 13! https://www.ticketweb.com/event/freakout-records-presents-psychedelic-porn-tractor-tickets/9514945",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}