Information about plays

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

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

{
    "id": 1233243,
    "uri": "https://api.kexp.org/v2/plays/1233243/?format=api",
    "airdate": "2007-05-19T21:25:04-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UcrgsQXvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UcrgsQXvL._SL75_.jpg",
    "song": "Cold Plate",
    "track_id": "318b0b89-101e-45df-b612-a35681de372e",
    "recording_id": null,
    "artist": "The Effigies",
    "artist_ids": [
        "13e4a71f-7cc3-441e-901c-fab71c5c4338"
    ],
    "album": "Reside",
    "release_id": "8149ea51-c601-46b8-8663-040cfee6c729",
    "release_group_id": null,
    "labels": [
        "Criminal IQ Records"
    ],
    "label_ids": [
        "309fd314-27ae-40dc-a8a4-cbfde010cf7a"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}