Information about plays

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

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

{
    "id": 350350,
    "uri": "https://api.kexp.org/v2/plays/350350/?format=api",
    "airdate": "2019-07-05T06:42:53-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Birds",
    "track_id": "df57f31a-dc18-32dc-a122-419787e0a4d5",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Build a Rocket Boys!",
    "release_id": "7f1be9aa-425e-32c1-8ac0-0dcb9b1e368c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elbow is playing a number of festivals this summer.  Watch them preview a new track:  https://www.nme.com/news/music/elbow-tease-new-song-summer-live-shows-2497698",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}