Information about plays

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

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

{
    "id": 1284519,
    "uri": "https://api.kexp.org/v2/plays/1284519/?format=api",
    "airdate": "2007-09-28T07:48:12-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JKeb1qWgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JKeb1qWgL._SL75_.jpg",
    "song": "High Noon",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Preemptive Strike",
    "release_id": "d6ce7870-efd7-4c2d-9013-0f620ab34cda",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1998-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}