Information about plays

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

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

{
    "id": 533839,
    "uri": "https://api.kexp.org/v2/plays/533839/?format=api",
    "airdate": "2002-04-02T10:38:42-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CME76YK2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CME76YK2L._SL75_.jpg",
    "song": "Bourbon and Division",
    "track_id": null,
    "recording_id": null,
    "artist": "Firewater",
    "artist_ids": [
        "63e95d40-d8af-410d-880a-21271470000a"
    ],
    "album": "Get Off the Cross... We Need the Wood for the Fire",
    "release_id": "8bd3efa4-9240-4844-9684-945177f56a90",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}