Information about plays

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

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

{
    "id": 1300900,
    "uri": "https://api.kexp.org/v2/plays/1300900/?format=api",
    "airdate": "2007-11-10T19:34:00-08:00",
    "show": 22759,
    "show_uri": "https://api.kexp.org/v2/shows/22759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZffPEw-jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZffPEw-jL._SL75_.jpg",
    "song": "Perfect",
    "track_id": "9db3561a-7118-4984-9672-fa20b46fc538",
    "recording_id": null,
    "artist": "The Kindness Kind",
    "artist_ids": [
        "88b1afdf-b006-45f9-8530-cdba163ef38f"
    ],
    "album": "A Novel",
    "release_id": "9aeacb4d-493c-4b28-b8a9-8229e81c9cfd",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}