Information about plays

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

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

{
    "id": 345231,
    "uri": "https://api.kexp.org/v2/plays/345231/?format=api",
    "airdate": "2019-06-23T17:00:53-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bay",
    "track_id": "7691d304-6030-43d5-b618-e7482d24123e",
    "recording_id": null,
    "artist": "Metronomy",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8"
    ],
    "album": "The English Riviera",
    "release_id": "9afe58bd-438c-4dbb-b12b-ac6227e094e1",
    "release_group_id": null,
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "2011-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "oh yeah.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}