Information about plays

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

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

{
    "id": 414656,
    "uri": "https://api.kexp.org/v2/plays/414656/?format=api",
    "airdate": "2001-04-09T17:00:00-07:00",
    "show": 6914,
    "show_uri": "https://api.kexp.org/v2/shows/6914/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SUPtNxaKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SUPtNxaKL._SL75_.jpg",
    "song": "Asikpo",
    "track_id": null,
    "recording_id": null,
    "artist": "Tony Allen",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5"
    ],
    "album": "Black Voices",
    "release_id": "e7a90c9c-4a03-48d4-ab57-dfac11effc9c",
    "release_group_id": null,
    "labels": [
        "Comet Records"
    ],
    "label_ids": [
        "a9c8fd13-e777-4baf-8eac-dee78d3d4d31"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}