Information about plays

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

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

{
    "id": 377724,
    "uri": "https://api.kexp.org/v2/plays/377724/?format=api",
    "airdate": "2019-09-06T23:27:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Box of Wheaties",
    "track_id": "c925b694-ea2b-4b91-a3db-e832e2d3cea1",
    "recording_id": null,
    "artist": "Quelle Chris",
    "artist_ids": [],
    "album": "Guns",
    "release_id": "cfb5c3cb-1fc6-4eb5-98a7-fdf383be98c0",
    "release_group_id": null,
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}