Information about plays

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

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

{
    "id": 473865,
    "uri": "https://api.kexp.org/v2/plays/473865/?format=api",
    "airdate": "2001-10-07T14:56:00-07:00",
    "show": 8073,
    "show_uri": "https://api.kexp.org/v2/shows/8073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214SCHAPRNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214SCHAPRNL._SL75_.jpg",
    "song": "Flicker",
    "track_id": "cd4e6a6b-35e4-4ccc-8f96-e949e065d957",
    "recording_id": null,
    "artist": "Kathryn Williams",
    "artist_ids": [
        "e479c9f2-730c-4044-b554-e967320d57e9"
    ],
    "album": "Little Black Numbers",
    "release_id": "d525477e-efd0-4308-bb97-65c3635d2020",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "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"
}