Information about plays

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

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

{
    "id": 353931,
    "uri": "https://api.kexp.org/v2/plays/353931/?format=api",
    "airdate": "2019-07-13T16:56:55-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ex Lion Tamer",
    "track_id": "dfb0c0fb-91b0-3787-b7af-14df9178fb4d",
    "recording_id": null,
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Pink Flag",
    "release_id": "38a0aa6e-113e-3e58-a858-ca97ad37f92a",
    "release_group_id": null,
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out highlights of my interview fun with the legendary Wire, https://soundcloud.com/kexp/wire-in-depth-on-kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}