Information about plays

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

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

{
    "id": 497030,
    "uri": "https://api.kexp.org/v2/plays/497030/?format=api",
    "airdate": "2001-12-15T11:11:06-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Aw%2BYKtfpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Aw%2BYKtfpL._SL75_.jpg",
    "song": "Black Roses",
    "track_id": "3f88693c-899e-4a53-89df-86df3ae78445",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "The Best of Barrington Levy",
    "release_id": "3a782fe7-416d-4f25-a0f8-f3d739334135",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "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"
}