Information about plays

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

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

{
    "id": 1295519,
    "uri": "https://api.kexp.org/v2/plays/1295519/?format=api",
    "airdate": "2007-10-26T16:35:55-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XKnMil8yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XKnMil8yL._SL75_.jpg",
    "song": "G-Man",
    "track_id": "c356e4cc-a3f0-4e44-a54d-8b21b23e9366",
    "recording_id": null,
    "artist": "Los Straitjackets",
    "artist_ids": [
        "7cc2afb9-9be7-463c-a9eb-3bd08140e9c8"
    ],
    "album": "The Utterly Fantastic and Totally Unbelievable Sound of Los Straitjackets",
    "release_id": "26728272-5279-4cbe-9956-c869a80447ed",
    "release_group_id": null,
    "labels": [
        "Upstart Records"
    ],
    "label_ids": [
        "ad7f671e-4b97-4d7e-8ed5-c27990c303ec"
    ],
    "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"
}