Information about plays

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

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

{
    "id": 464583,
    "uri": "https://api.kexp.org/v2/plays/464583/?format=api",
    "airdate": "2001-09-09T22:43:38-07:00",
    "show": 7894,
    "show_uri": "https://api.kexp.org/v2/shows/7894/?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": "Basquiat",
    "track_id": "0450a2e3-5a8a-4b57-8a8c-38938499ae4f",
    "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"
}