Information about plays

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

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

{
    "id": 451231,
    "uri": "https://api.kexp.org/v2/plays/451231/?format=api",
    "airdate": "2001-08-01T22:36:55-07:00",
    "show": 7631,
    "show_uri": "https://api.kexp.org/v2/shows/7631/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BCV7rUmgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BCV7rUmgL._SL75_.jpg",
    "song": "Another Day",
    "track_id": "12567490-401e-45bb-a8b0-8d49ef9ce8a6",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "On Fire",
    "release_id": "7fe79b0c-3b6d-4d11-bd4c-8ea812835fde",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1996-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}