Information about plays

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

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

{
    "id": 1317174,
    "uri": "https://api.kexp.org/v2/plays/1317174/?format=api",
    "airdate": "2007-12-22T05:28:46-08:00",
    "show": 23030,
    "show_uri": "https://api.kexp.org/v2/shows/23030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DT5EnzeAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DT5EnzeAL._SL75_.jpg",
    "song": "Last Night",
    "track_id": "d37c6588-20ce-43ad-a5a9-1a4f2a11d6d0",
    "recording_id": null,
    "artist": "Little Walter",
    "artist_ids": [
        "5545a012-0977-46ff-9d69-39bf5952616f"
    ],
    "album": "The Best of Little Walter",
    "release_id": "7a37027d-008b-47f0-b083-4fb444ec523b",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "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"
}