Information about plays

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

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

{
    "id": 414762,
    "uri": "https://api.kexp.org/v2/plays/414762/?format=api",
    "airdate": "2001-04-12T14:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?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": "Some Kind of Beautiful",
    "track_id": "6e348f9c-d5a1-4477-8e24-a9b813198797",
    "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"
}