Information about plays

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

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

{
    "id": 1273501,
    "uri": "https://api.kexp.org/v2/plays/1273501/?format=api",
    "airdate": "2007-08-31T04:21:46-07:00",
    "show": 22290,
    "show_uri": "https://api.kexp.org/v2/shows/22290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q2PrIEVuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q2PrIEVuL._SL75_.jpg",
    "song": "All There Is",
    "track_id": "5d36295c-12b9-484d-a63d-a91e577b5637",
    "recording_id": null,
    "artist": "Gregory Alan Isakov",
    "artist_ids": [
        "5c61efe6-3cdf-4160-b43c-9274944369e6"
    ],
    "album": "That Sea, the Gambler",
    "release_id": "96100d88-548a-4f19-9cbe-31d702f191cf",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}