Information about plays

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

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

{
    "id": 353960,
    "uri": "https://api.kexp.org/v2/plays/353960/?format=api",
    "airdate": "2019-07-13T18:41:43-07:00",
    "show": 5899,
    "show_uri": "https://api.kexp.org/v2/shows/5899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play",
    "track_id": "9b5c4660-4f02-463f-be55-94285e3674ba",
    "recording_id": null,
    "artist": "Baja Boy",
    "artist_ids": [
        "ebd550a7-509a-4714-ab2d-548775ab11f9"
    ],
    "album": "Baja Boy",
    "release_id": "810a660e-c9cb-4190-9760-4df916a04952",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}