Information about plays

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

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

{
    "id": 350443,
    "uri": "https://api.kexp.org/v2/plays/350443/?format=api",
    "airdate": "2019-07-05T12:23:52-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream About",
    "track_id": "c1cb5315-c2ce-4305-b3e0-a8e53af5a8f0",
    "recording_id": null,
    "artist": "Trupa Trupa",
    "artist_ids": [
        "31687f99-ddfd-4d23-8609-08020b7b386f"
    ],
    "album": "Dream About",
    "release_id": "e8ce33a5-ada9-4e9d-b097-5ec09be32936",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trupa Trupa is from Gdansk, Poland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}