Information about plays

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

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

{
    "id": 414674,
    "uri": "https://api.kexp.org/v2/plays/414674/?format=api",
    "airdate": "2001-04-12T06:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UVBWWnEgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UVBWWnEgL._SL75_.jpg",
    "song": "Corners of My Mind",
    "track_id": "fa8a4971-a7fb-473c-b847-540cff31ac70",
    "recording_id": null,
    "artist": "Nikka Costa",
    "artist_ids": [
        "3fa354b6-aaba-4bb7-99ca-78a843047b4f"
    ],
    "album": "Everybody Got Their Something",
    "release_id": "5e6d953f-b882-4d30-8bd9-908ca734501f",
    "release_group_id": null,
    "labels": [
        "Cheeba Sound/Virgin"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}