Information about plays

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

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

{
    "id": 531808,
    "uri": "https://api.kexp.org/v2/plays/531808/?format=api",
    "airdate": "2002-03-27T17:14:07-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V6yQ9Ch8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V6yQ9Ch8L._SL75_.jpg",
    "song": "Clementine",
    "track_id": "6e339abe-c25c-4a28-a187-d4db8d63d41b",
    "recording_id": null,
    "artist": "Kelly Joe Phelps",
    "artist_ids": [
        "fb1a017d-697d-48e6-8884-3ab3b41709ab"
    ],
    "album": "Sky Like a Broken Clock",
    "release_id": "9eb2b45a-7a4e-4d2b-b4d3-60431068b316",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}