Information about plays

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

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

{
    "id": 344391,
    "uri": "https://api.kexp.org/v2/plays/344391/?format=api",
    "airdate": "2019-06-21T17:29:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Inferno",
    "track_id": "4d8d9773-d819-4790-be84-e6c91bb549d0",
    "recording_id": null,
    "artist": "The Trammps",
    "artist_ids": [
        "8799413d-7df8-4eb9-8542-af8cea6b0feb"
    ],
    "album": "Disco Inferno",
    "release_id": "4a85580a-b0ab-4320-a66e-7717d7368cbd",
    "release_group_id": null,
    "labels": [
        "MOJO Music"
    ],
    "label_ids": [],
    "release_date": "1988-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You might recognize this classic disco tune from the film Saturday Night Fever. The song had limited mainstream success until 1978, when the whole 10:54-minute album version of track was included in the movie soundtrack.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}