Information about plays

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

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

{
    "id": 352708,
    "uri": "https://api.kexp.org/v2/plays/352708/?format=api",
    "airdate": "2019-07-10T20:45:35-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rollin'",
    "track_id": "76b49583-c9c1-4098-929c-84e1b0542cbe",
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "Good Old Boys",
    "release_id": "6d4a01ff-6a18-3889-ae53-df7088e18bad",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Randy opened his 2017 Tiny Desk Concert with a song called “Putin”: https://www.youtube.com/watch?v=1wFWR5qCB2k ; http://randynewman.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}