Information about plays

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

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

{
    "id": 414568,
    "uri": "https://api.kexp.org/v2/plays/414568/?format=api",
    "airdate": "2001-04-09T11:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GjKcT8-bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GjKcT8-bL._SL75_.jpg",
    "song": "Maroon Bible",
    "track_id": "f87df1b8-bf74-43d3-afa8-c52bc5dd7799",
    "recording_id": null,
    "artist": "Beulah",
    "artist_ids": [
        "e9aca1a3-836a-4e5e-b8d4-56d20c60af5f"
    ],
    "album": "Handsome Western States",
    "release_id": "624a8190-bb9d-4b5a-81e5-b0e65dd099a8",
    "release_group_id": null,
    "labels": [
        "Elephant 6"
    ],
    "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"
}