Information about plays

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

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

{
    "id": 529911,
    "uri": "https://api.kexp.org/v2/plays/529911/?format=api",
    "airdate": "2002-03-22T07:39:40-08:00",
    "show": 9170,
    "show_uri": "https://api.kexp.org/v2/shows/9170/?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 (LP version)",
    "track_id": "35f126cb-74b1-42b3-b8a4-c9748aef02c8",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}