Information about plays

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

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

{
    "id": 1284253,
    "uri": "https://api.kexp.org/v2/plays/1284253/?format=api",
    "airdate": "2007-09-27T17:59:55-07:00",
    "show": 22471,
    "show_uri": "https://api.kexp.org/v2/shows/22471/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aE%2Bp3-mOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aE%2Bp3-mOL._SL75_.jpg",
    "song": "Draggin' The Bow",
    "track_id": "53458c80-9c5c-4943-8c0d-10f55b424020",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Tall Tales",
    "release_id": "22b45f8e-30ee-4e9d-95c4-1fb447e2c382",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "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"
}