Information about plays

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

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

{
    "id": 1273166,
    "uri": "https://api.kexp.org/v2/plays/1273166/?format=api",
    "airdate": "2007-08-30T10:05:48-07:00",
    "show": 22286,
    "show_uri": "https://api.kexp.org/v2/shows/22286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL._SL75_.jpg",
    "song": "The Race",
    "track_id": "74c9b94d-3a33-4d77-9df0-c75d188cadb1",
    "recording_id": null,
    "artist": "The Heavenly States",
    "artist_ids": [
        "7190ab1d-14f2-4e9f-86cb-e938c651179c"
    ],
    "album": "Delayer",
    "release_id": "1f0e7997-af6f-4919-8bad-7259bcddeec6",
    "release_group_id": null,
    "labels": [
        "unreleased \"demo\""
    ],
    "label_ids": [],
    "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"
}