Information about plays

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

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

{
    "id": 531949,
    "uri": "https://api.kexp.org/v2/plays/531949/?format=api",
    "airdate": "2002-03-27T23:35:00-08:00",
    "show": 9209,
    "show_uri": "https://api.kexp.org/v2/shows/9209/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T6JSC7RSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T6JSC7RSL._SL75_.jpg",
    "song": "Libran Legacy",
    "track_id": "ce05a80d-af83-418a-a2ac-085e7127b392",
    "recording_id": null,
    "artist": "As One",
    "artist_ids": [
        "a15ed039-7967-4bf9-b660-7aa89471f9fb"
    ],
    "album": "Planetary Folklore",
    "release_id": "9673c8ec-ee22-4dd6-b169-1ed7f980f3c8",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1997-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}