Information about plays

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

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

{
    "id": 470961,
    "uri": "https://api.kexp.org/v2/plays/470961/?format=api",
    "airdate": "2001-09-28T18:05:42-07:00",
    "show": 8017,
    "show_uri": "https://api.kexp.org/v2/shows/8017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hzy4wrUXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hzy4wrUXL._SL75_.jpg",
    "song": "Dirty Dog",
    "track_id": "575dbcb2-de1c-4e2d-addd-7803c3f11ee0",
    "recording_id": null,
    "artist": "Dick Banks",
    "artist_ids": [
        "7aafc7a6-2142-46a0-af4f-6d94a5648288"
    ],
    "album": "Cat Talk: The Best of Imperial Rockabilly",
    "release_id": "e702b8de-08d1-45c3-9ce0-d6fd303c9bb1",
    "release_group_id": null,
    "labels": [
        "Imperial"
    ],
    "label_ids": [
        "afe5e60c-918e-48ab-a692-66940684ade7"
    ],
    "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"
}