Information about plays

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

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

{
    "id": 1178018,
    "uri": "https://api.kexp.org/v2/plays/1178018/?format=api",
    "airdate": "2006-12-28T19:15:47-08:00",
    "show": 20656,
    "show_uri": "https://api.kexp.org/v2/shows/20656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CmHJ6mhBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CmHJ6mhBL._SL75_.jpg",
    "song": "When I'm Hurtin'",
    "track_id": "a67dd5b2-9ec2-45a7-aeef-fc611c44e553",
    "recording_id": null,
    "artist": "Bradley Walker",
    "artist_ids": [
        "1ba9beca-2d71-409d-90a9-6ec1b3eb17e1"
    ],
    "album": "Highway Of Dreams",
    "release_id": "854e0985-c833-49d1-b886-af9ebe706ef4",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}