Information about plays

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

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

{
    "id": 372402,
    "uri": "https://api.kexp.org/v2/plays/372402/?format=api",
    "airdate": "2019-08-26T03:48:55-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close Up",
    "track_id": "6bbecf98-f896-45ca-9100-7d1400d3aa8b",
    "recording_id": null,
    "artist": "Peaches feat. Kim Gordon",
    "artist_ids": [
        "19301485-ac9c-4dad-885b-cd8e8c8b4184"
    ],
    "album": "Rub",
    "release_id": "2d0718cf-c0ac-405c-bd55-36fd11c91f8a",
    "release_group_id": null,
    "labels": [
        "INgrooves"
    ],
    "label_ids": [
        "3027c393-daa1-4f4a-af6a-2b464722d584"
    ],
    "release_date": "2015-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}