Information about plays

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

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

{
    "id": 415607,
    "uri": "https://api.kexp.org/v2/plays/415607/?format=api",
    "airdate": "2001-04-17T06:04:17-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rKbxMcgqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rKbxMcgqL._SL75_.jpg",
    "song": "Protection",
    "track_id": null,
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": "07832b54-8266-47d5-bb0e-62c7f2cf5da5",
    "release_group_id": null,
    "labels": [
        "Circa"
    ],
    "label_ids": [],
    "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"
}