Information about plays

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

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

{
    "id": 1283820,
    "uri": "https://api.kexp.org/v2/plays/1283820/?format=api",
    "airdate": "2007-09-26T15:25:54-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dphktOZXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dphktOZXL._SL75_.jpg",
    "song": "From The Corner To The Block (Featuring Juvenile ",
    "track_id": null,
    "recording_id": null,
    "artist": "Galactic",
    "artist_ids": [
        "cabbdf87-5cb2-4f3c-be65-254655c87508"
    ],
    "album": "From the Corner to the Block",
    "release_id": "4a78390d-aa6d-440a-902f-f840b0af2d03",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}