Information about plays

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

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

{
    "id": 374957,
    "uri": "https://api.kexp.org/v2/plays/374957/?format=api",
    "airdate": "2019-08-31T20:11:55-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Maker",
    "track_id": "90497dfe-b8ee-4f0b-8302-d5f1ede3b00e",
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "album": "Oh, Maker",
    "release_id": "16768084-c447-48b0-8742-59a87df16847",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}