Information about plays

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

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

{
    "id": 350112,
    "uri": "https://api.kexp.org/v2/plays/350112/?format=api",
    "airdate": "2019-07-04T17:21:10-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Your Mind",
    "track_id": "de172d55-6467-46fd-9e52-eb40d8f9efab",
    "recording_id": null,
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Free Your Mind",
    "release_id": "a7d11b7d-bca8-42fb-9949-118f5ee806ae",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}