Information about plays

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

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

{
    "id": 452129,
    "uri": "https://api.kexp.org/v2/plays/452129/?format=api",
    "airdate": "2001-08-04T11:55:12-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BImcUOCCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BImcUOCCL._SL75_.jpg",
    "song": "Ain't No Sunshine",
    "track_id": "619f0459-100f-43fe-acb8-363cdec0669b",
    "recording_id": null,
    "artist": "Jimmy Lindsay",
    "artist_ids": [
        "ed8fd92c-c724-4468-b868-40590ce9a5c7"
    ],
    "album": "100 Hits: Reggae (disc 4)",
    "release_id": "e1231f0a-6624-4254-b3b6-e8e80bb6e1ee",
    "release_group_id": null,
    "labels": [
        "Soundbwoy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}