Information about plays

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

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

{
    "id": 2683188,
    "uri": "https://api.kexp.org/v2/plays/2683188/?format=api",
    "airdate": "2020-01-07T09:01:02-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/02f72dc9-285e-47dd-94be-c35f207f6c52/24658484689-250.jpg",
    "thumbnail_uri": "",
    "song": "For the First Time",
    "track_id": "ce37d393-99d2-4130-ac3c-513b7093e5af",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "For the First Time",
    "release_id": "02f72dc9-285e-47dd-94be-c35f207f6c52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best Coast are playing The Showbox on March 4th.  Tickets & info:  https://bit.ly/2tG4OmU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}