Information about plays

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

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

{
    "id": 415861,
    "uri": "https://api.kexp.org/v2/plays/415861/?format=api",
    "airdate": "2001-04-17T23:00:00-07:00",
    "show": 6939,
    "show_uri": "https://api.kexp.org/v2/shows/6939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51K9s4aaSYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51K9s4aaSYL._SL75_.jpg",
    "song": "Don't Die Just Yet",
    "track_id": null,
    "recording_id": null,
    "artist": "David Holmes",
    "artist_ids": [
        "a53f5eed-f9f1-4cf1-9994-4c9374904790"
    ],
    "album": "Let's Get Killed",
    "release_id": "1fa40ee0-ee74-40e4-9c84-5e872e7bd9cf",
    "release_group_id": null,
    "labels": [
        "Go! Beat Records"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1997-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}