Information about plays

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

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

{
    "id": 1353137,
    "uri": "https://api.kexp.org/v2/plays/1353137/?format=api",
    "airdate": "2008-03-22T23:31:00-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mRJHntWuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mRJHntWuL._SL75_.jpg",
    "song": "Borstal breakout",
    "track_id": "27fd2481-2e1e-41b0-9972-1a42f9f619d2",
    "recording_id": null,
    "artist": "Sham 69",
    "artist_ids": [
        "33235ed4-d5bd-42cd-b77c-de646c36c8c6"
    ],
    "album": "The Best of",
    "release_id": "2e48b45a-0d1d-4734-aea4-0cb73d808500",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "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"
}