Information about plays

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

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

{
    "id": 1264636,
    "uri": "https://api.kexp.org/v2/plays/1264636/?format=api",
    "airdate": "2007-08-08T21:53:42-07:00",
    "show": 22144,
    "show_uri": "https://api.kexp.org/v2/shows/22144/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61e483XmZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61e483XmZSL._SL75_.jpg",
    "song": "Blue Sands",
    "track_id": "ca54235a-2621-4db4-8589-5226dd63780b",
    "recording_id": null,
    "artist": "Colleen",
    "artist_ids": [
        "e68f711c-f0ba-4e5d-bc59-dad57afeb27c"
    ],
    "album": "Les ondes silencieuses",
    "release_id": "37f42776-5799-4bdb-8cbe-b6be79d892e4",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2007-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}