Information about plays

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

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

{
    "id": 1342711,
    "uri": "https://api.kexp.org/v2/plays/1342711/?format=api",
    "airdate": "2008-02-24T21:18:00-08:00",
    "show": 23460,
    "show_uri": "https://api.kexp.org/v2/shows/23460/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GZl5wbz0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GZl5wbz0L._SL75_.jpg",
    "song": "Slow Motion",
    "track_id": "85260d36-5221-4d9f-82b1-d6564cffd3d8",
    "recording_id": null,
    "artist": "Logistics",
    "artist_ids": [
        "49dca5fc-30b2-46be-93bd-033c53425e07"
    ],
    "album": "Reality Checkpoint",
    "release_id": "ea0a2a5a-5fc5-43a8-80c2-df813acc1495",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2008-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}