Information about plays

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

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

{
    "id": 376516,
    "uri": "https://api.kexp.org/v2/plays/376516/?format=api",
    "airdate": "2019-09-04T12:05:16-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ping Pong",
    "track_id": "a65420a8-68ee-3679-86b6-90147df9ed16",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Mars Audiac Quintet",
    "release_id": "189ae079-a0a3-3104-93ad-8d3bf148855f",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album <i>Mars Audiac Quintet</i> by Stereolab was released in 1994. \"Ping Pong\" is an upbeat satirical synthesiser and brass-led pop song which discusses the business cycle. The subject matter, considered to be unusual in popular music, has been cited by critics in support of a description of the group as \"Marxist pop\", a label that the group rejected. <br> <br> You can catch them playing on Tuesday, October 15th at The Showbox. https://bit.ly/2H6GFd2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}