Information about plays

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

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

{
    "id": 1309502,
    "uri": "https://api.kexp.org/v2/plays/1309502/?format=api",
    "airdate": "2007-12-02T19:59:00-08:00",
    "show": 22906,
    "show_uri": "https://api.kexp.org/v2/shows/22906/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h17CjazxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h17CjazxL._SL75_.jpg",
    "song": "The Setup",
    "track_id": "f81a90ac-7c49-496f-a091-9e3504a348a5",
    "recording_id": null,
    "artist": "DJ Drama",
    "artist_ids": [
        "de23d637-20df-4b15-ae63-263dd5a34f10"
    ],
    "album": "Gangsta Grillz: The Album",
    "release_id": "b12c60d7-80c9-4391-b885-22dd289759e7",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2007-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}