Information about plays

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

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

{
    "id": 531668,
    "uri": "https://api.kexp.org/v2/plays/531668/?format=api",
    "airdate": "2002-03-27T06:39:33-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xH4zLTeHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xH4zLTeHL._SL75_.jpg",
    "song": "Decomposing Trees",
    "track_id": "bb372d11-5867-4878-a349-860ed60fa9c4",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Copenhagen",
    "release_id": "f51ea291-3d4f-4bdb-a12b-b810e3aa4fc4",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}