Information about plays

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

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

{
    "id": 357310,
    "uri": "https://api.kexp.org/v2/plays/357310/?format=api",
    "airdate": "2019-07-21T15:28:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bibi the Dog",
    "track_id": "e98ba99c-0b9c-4b1d-9c02-819474d6cdec",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [],
    "album": "Junk",
    "release_id": "c7eec9f5-6d7a-4bf9-a341-e0ae148cfe1c",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}