Information about plays

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

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

{
    "id": 416914,
    "uri": "https://api.kexp.org/v2/plays/416914/?format=api",
    "airdate": "2001-04-21T00:00:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lcbso37WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lcbso37WL._SL75_.jpg",
    "song": "Time, Speed, Language",
    "track_id": "8a695a2f-11a6-4acc-ae8d-ad6d9a075635",
    "recording_id": null,
    "artist": "Steve Fisk",
    "artist_ids": [
        "c851ef86-5278-4537-8b51-7ccedb4ae903"
    ],
    "album": "999 Levels of Undo",
    "release_id": "52a2bc04-558c-4815-912a-dd9945105e07",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}