Information about plays

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

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

{
    "id": 468310,
    "uri": "https://api.kexp.org/v2/plays/468310/?format=api",
    "airdate": "2001-09-20T20:52:56-07:00",
    "show": 7966,
    "show_uri": "https://api.kexp.org/v2/shows/7966/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61o1xPVhPFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61o1xPVhPFL._SL75_.jpg",
    "song": "Barricade",
    "track_id": "5c5de64c-2356-4a3f-9190-394ccf9dd871",
    "recording_id": null,
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "Must've Been High",
    "release_id": "d00b9ccc-1a45-43bc-80f4-81ad7ec3d85f",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}