Information about plays

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

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

{
    "id": 415323,
    "uri": "https://api.kexp.org/v2/plays/415323/?format=api",
    "airdate": "2001-04-16T13:06:40-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61yGq0MjZCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61yGq0MjZCL._SL75_.jpg",
    "song": "Alabama Pines",
    "track_id": null,
    "recording_id": null,
    "artist": "Jason Isbell and the 400 Unit",
    "artist_ids": [],
    "album": "Here We Rest",
    "release_id": "57a7b8d2-5aba-45e2-8ff9-f54303ecb287",
    "release_group_id": null,
    "labels": [
        "Lightning Rod"
    ],
    "label_ids": [
        "a9876aae-12dd-4d51-9b32-0bd5a5e0b04f"
    ],
    "release_date": "2011-04-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}