Information about plays

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

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

{
    "id": 454637,
    "uri": "https://api.kexp.org/v2/plays/454637/?format=api",
    "airdate": "2001-08-11T17:12:00-07:00",
    "show": 7693,
    "show_uri": "https://api.kexp.org/v2/shows/7693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ES81N9efL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ES81N9efL._SL75_.jpg",
    "song": "Chain Gang",
    "track_id": "38a7a239-7796-4905-a1e2-b3263262627b",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Blood, Sweat and Tears",
    "release_id": "8e38a13b-545d-49fe-8813-0f07f9d184dd",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}