Information about plays

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

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

{
    "id": 1286120,
    "uri": "https://api.kexp.org/v2/plays/1286120/?format=api",
    "airdate": "2007-10-02T11:32:27-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BmoMDk2yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BmoMDk2yL._SL75_.jpg",
    "song": "108 Battles (of the Mind)",
    "track_id": "32f54aa7-47c1-4354-ad38-1e7eb0224d43",
    "recording_id": null,
    "artist": "Kula Shaker",
    "artist_ids": [
        "9403a688-503e-464e-bb37-84626c57bb42"
    ],
    "album": "Peasants, Pigs & Astronauts",
    "release_id": "fadfa8ae-39c6-4431-8939-36127147df8a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}