Information about plays

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

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

{
    "id": 531788,
    "uri": "https://api.kexp.org/v2/plays/531788/?format=api",
    "airdate": "2002-03-27T15:40:30-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PXVHQ633L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PXVHQ633L._SL75_.jpg",
    "song": "Psychopharmacology",
    "track_id": null,
    "recording_id": null,
    "artist": "Firewater",
    "artist_ids": [
        "63e95d40-d8af-410d-880a-21271470000a"
    ],
    "album": "Psychopharmacology",
    "release_id": "bc76a74b-4063-4353-8c11-38e0d32d2939",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}