Information about plays

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

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

{
    "id": 379567,
    "uri": "https://api.kexp.org/v2/plays/379567/?format=api",
    "airdate": "2019-09-11T13:35:13-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/87cb736e-5baa-4579-a72d-70b63f6c1af0/13341297015-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Things Last a Long Time",
    "track_id": "c3f6fba7-f2b3-37ef-bf68-b9a2feab4422",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "The Normal Years",
    "release_id": "87cb736e-5baa-4579-a72d-70b63f6c1af0",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1996-04-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}