Information about plays

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

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

{
    "id": 1264589,
    "uri": "https://api.kexp.org/v2/plays/1264589/?format=api",
    "airdate": "2007-08-08T19:43:00-07:00",
    "show": 22143,
    "show_uri": "https://api.kexp.org/v2/shows/22143/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H1R6QX15L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H1R6QX15L._SL75_.jpg",
    "song": "Country Honk",
    "track_id": "91040a9f-53ad-4bd1-940d-0922d1480ff2",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Let It Bleed",
    "release_id": "739dce81-ed70-4ebc-8ae5-607f1fbcebf6",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}