Information about plays

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

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

{
    "id": 485874,
    "uri": "https://api.kexp.org/v2/plays/485874/?format=api",
    "airdate": "2001-11-12T13:26:15-08:00",
    "show": 8310,
    "show_uri": "https://api.kexp.org/v2/shows/8310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q1MMEGCXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q1MMEGCXL._SL75_.jpg",
    "song": "Folkin' Hell",
    "track_id": "6e8f9b19-4369-408a-a55e-63e4276b64bd",
    "recording_id": null,
    "artist": "Miranda Lee Richards",
    "artist_ids": [
        "168a6eea-86cc-4061-8615-164e7a00ae9e"
    ],
    "album": "The Herethereafter",
    "release_id": "6a3bf168-1c83-486e-845d-205a8c015cab",
    "release_group_id": null,
    "labels": [
        "Vigin"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}