Information about plays

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

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

{
    "id": 534913,
    "uri": "https://api.kexp.org/v2/plays/534913/?format=api",
    "airdate": "2002-04-05T11:26:47-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610jUCFpzmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610jUCFpzmL._SL75_.jpg",
    "song": "The Number Song (Cut Chemist Party mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Midnight in a Perfect World",
    "release_id": "fd29c943-ac9c-4382-a149-69a5e6eca90e",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}