Information about plays

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

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

{
    "id": 374171,
    "uri": "https://api.kexp.org/v2/plays/374171/?format=api",
    "airdate": "2019-08-29T20:53:28-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weight of the World",
    "track_id": "ef61cb0d-13f0-4029-a77a-1c6cc6a464f6",
    "recording_id": null,
    "artist": "Western Centuries",
    "artist_ids": [
        "07f2764c-6ec0-4560-a028-4c4cd74e5ca6"
    ],
    "album": "Weight of the World",
    "release_id": "ed5e9213-b78d-4251-8696-29e708746134",
    "release_group_id": null,
    "labels": [
        "Free Dirt Records"
    ],
    "label_ids": [
        "cabd9a49-9df2-47b3-ac4b-d9b5a67bf0a4"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}