Information about plays

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

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

{
    "id": 356465,
    "uri": "https://api.kexp.org/v2/plays/356465/?format=api",
    "airdate": "2019-07-19T12:56:10-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Merchants",
    "track_id": "dbc9ad3e-e3b5-46c8-b0e0-5b339cc20c28",
    "recording_id": null,
    "artist": "Blushing",
    "artist_ids": [
        "b4c8edcb-9cc9-4900-89cc-6d8b9817d6c8"
    ],
    "album": "Dream Merchants",
    "release_id": "f64722dd-29a9-4f49-b177-2ec69445007d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin band Blushing play the Waypost in Portland, OR tonight with Ringo Deathstarr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}