Information about plays

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

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

{
    "id": 351553,
    "uri": "https://api.kexp.org/v2/plays/351553/?format=api",
    "airdate": "2019-07-08T04:09:01-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/92e8be1a-242d-4cbb-9b46-77b404ed918c/23354316722-250.jpg",
    "thumbnail_uri": "",
    "song": "We Can Go",
    "track_id": "b413332b-8f12-4027-9b56-0569a7a7c005",
    "recording_id": null,
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "Life Goes On",
    "release_id": "92e8be1a-242d-4cbb-9b46-77b404ed918c",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}