Information about plays

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

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

{
    "id": 377886,
    "uri": "https://api.kexp.org/v2/plays/377886/?format=api",
    "airdate": "2019-09-07T09:47:43-07:00",
    "show": 6287,
    "show_uri": "https://api.kexp.org/v2/shows/6287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rasta Have the Handle",
    "track_id": "0ab09d45-41d1-317e-95d2-4d026650c054",
    "recording_id": null,
    "artist": "Hugh Mundell",
    "artist_ids": [
        "c10f2fe4-2c97-4678-b231-65e303c0eb05"
    ],
    "album": "Mundell",
    "release_id": "02ab4102-4f61-4141-a120-172bff17db09",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You are listening to Rasta Have The Handle Dub Version",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}