Information about plays

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

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

{
    "id": 1278983,
    "uri": "https://api.kexp.org/v2/plays/1278983/?format=api",
    "airdate": "2007-09-14T03:54:56-07:00",
    "show": 22382,
    "show_uri": "https://api.kexp.org/v2/shows/22382/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nLgapc%2B2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nLgapc%2B2L._SL75_.jpg",
    "song": "Blue Honey",
    "track_id": "fc2c01bf-6ae7-4604-8e9a-c36e57a23db5",
    "recording_id": null,
    "artist": "Pop Levi",
    "artist_ids": [
        "ad9f40c8-6e7e-40eb-89b2-22c455305824"
    ],
    "album": "The Return To Form Black Magick Party",
    "release_id": "791c767a-c718-4630-ad24-b3165ef73b06",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2007-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}