Information about plays

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

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

{
    "id": 1287358,
    "uri": "https://api.kexp.org/v2/plays/1287358/?format=api",
    "airdate": "2007-10-05T17:31:08-07:00",
    "show": 22524,
    "show_uri": "https://api.kexp.org/v2/shows/22524/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dO35a%2BcWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dO35a%2BcWL._SL75_.jpg",
    "song": "The Trickster",
    "track_id": "9c4b621b-6940-4813-be75-ff9d6237fbfe",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "My Iron Lung",
    "release_id": "20b2dd9a-cee1-4767-8bc1-5b3b08cfcae5",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}