Information about plays

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

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

{
    "id": 473813,
    "uri": "https://api.kexp.org/v2/plays/473813/?format=api",
    "airdate": "2001-10-07T11:25:00-07:00",
    "show": 8072,
    "show_uri": "https://api.kexp.org/v2/shows/8072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417HJCHT9FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417HJCHT9FL._SL75_.jpg",
    "song": "Stone Sober Blues",
    "track_id": "417b1627-bb4c-49bc-8e0f-d39393820f0f",
    "recording_id": null,
    "artist": "Dave Van Ronk",
    "artist_ids": [
        "c07a8ae5-3322-482f-9bfe-27448a2cf593"
    ],
    "album": "To All My Friends in Far-Flung Places (disc 1)",
    "release_id": "df56a42c-e936-415e-8fd1-157d95bca564",
    "release_group_id": null,
    "labels": [
        "Gazell Productions"
    ],
    "label_ids": [],
    "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"
}