Information about plays

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

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

{
    "id": 345686,
    "uri": "https://api.kexp.org/v2/plays/345686/?format=api",
    "airdate": "2019-06-24T21:14:00-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Can’t Stop Me",
    "track_id": "f3bf492c-b8f8-4c0c-878b-5bd9f9015807",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Remedy",
    "release_id": "cd39125f-c3f3-4476-88ec-86e98c4b553c",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remedy was Basement Jaxx debut album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}