Information about plays

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

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

{
    "id": 414356,
    "uri": "https://api.kexp.org/v2/plays/414356/?format=api",
    "airdate": "2001-01-02T00:00:01-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61EROeqAf-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61EROeqAf-L._SL75_.jpg",
    "song": "Weird Fishes/Arpeggi",
    "track_id": null,
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "In Rainbows",
    "release_id": "d4e08a8b-375d-474d-b960-9aaad7c04d30",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "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"
}