Information about plays

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

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

{
    "id": 473995,
    "uri": "https://api.kexp.org/v2/plays/473995/?format=api",
    "airdate": "2001-10-07T23:34:17-07:00",
    "show": 8077,
    "show_uri": "https://api.kexp.org/v2/shows/8077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Xti7NAuWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Xti7NAuWL._SL75_.jpg",
    "song": "One Finger Snap",
    "track_id": "f7a8f1b4-2174-405c-ba6f-d2badb25672e",
    "recording_id": null,
    "artist": "Don Byron",
    "artist_ids": [
        "7478f0d5-5406-490b-b6e3-c7d135b435cd"
    ],
    "album": "Romance with the Unseen",
    "release_id": "11d74d46-c9a3-4a0e-a316-6b74f355e5c5",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}