Information about plays

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

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

{
    "id": 421913,
    "uri": "https://api.kexp.org/v2/plays/421913/?format=api",
    "airdate": "2001-05-07T04:05:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M8QV438BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M8QV438BL._SL75_.jpg",
    "song": "Danger",
    "track_id": "a5b05874-e5ba-4ed7-b656-7e2e2c13dcc3",
    "recording_id": null,
    "artist": "Freestyle Fellowship",
    "artist_ids": [
        "d283285b-5984-4214-ab5d-e70f9c96b63d"
    ],
    "album": "Innercity Griots",
    "release_id": "77726d3d-1fd4-4d32-b1bf-5998940b687a",
    "release_group_id": null,
    "labels": [
        "Fourth & Bway / Pgd"
    ],
    "label_ids": [],
    "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"
}