Information about plays

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

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

{
    "id": 1289084,
    "uri": "https://api.kexp.org/v2/plays/1289084/?format=api",
    "airdate": "2007-10-10T01:57:23-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CNXjpPDVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CNXjpPDVL._SL75_.jpg",
    "song": "Heartbroke",
    "track_id": "0fd915b1-464f-4d71-988e-5c072121bf61",
    "recording_id": null,
    "artist": "The Good Life",
    "artist_ids": [
        "0ad7bbcd-6e77-4dc0-bb61-e331c46f70ec"
    ],
    "album": "Help Wanted Nights",
    "release_id": "1be5d0ce-e5de-4417-99d3-17acea2eb430",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}