Information about plays

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

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

{
    "id": 357069,
    "uri": "https://api.kexp.org/v2/plays/357069/?format=api",
    "airdate": "2019-07-21T00:38:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beg For Life",
    "track_id": "71f01835-46ea-4d9e-9c37-f5656c4035bb",
    "recording_id": null,
    "artist": "Tomb Mold",
    "artist_ids": [
        "552cd2a3-ac51-464d-8222-dcdbb08a8d2d"
    ],
    "album": "Planetary Clairvoyance",
    "release_id": "6e4ad35e-b126-4ad0-961e-70443a767252",
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get your copy at 20 Buck Spin; https://www.20buckspin.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}