Information about plays

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

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

{
    "id": 414366,
    "uri": "https://api.kexp.org/v2/plays/414366/?format=api",
    "airdate": "2001-01-02T15:00:08-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nz9yilDrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nz9yilDrL._SL75_.jpg",
    "song": "The Wind",
    "track_id": null,
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Is This Desire?",
    "release_id": "d6b5676c-891b-44cf-847d-3ed1a9ce30b3",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "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"
}