Information about plays

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

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

{
    "id": 352901,
    "uri": "https://api.kexp.org/v2/plays/352901/?format=api",
    "airdate": "2019-07-11T06:12:20-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/02cfd10b-5070-4414-8033-f8b75dc1e538/3002662943-250.jpg",
    "thumbnail_uri": "",
    "song": "Yes! I Am a Long Way From Home",
    "track_id": "4e3f3c5d-9f44-3a92-b1c4-9c7541ac1a6f",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Young Team",
    "release_id": "02cfd10b-5070-4414-8033-f8b75dc1e538",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Mogwai's full performance at KEXP in 2017 here: https://www.youtube.com/watch?v=rMaWEXO5K20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}