Information about plays

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

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

{
    "id": 497913,
    "uri": "https://api.kexp.org/v2/plays/497913/?format=api",
    "airdate": "2001-12-18T02:58:00-08:00",
    "show": 8545,
    "show_uri": "https://api.kexp.org/v2/shows/8545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519xE1LkyrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519xE1LkyrL._SL75_.jpg",
    "song": "Bang the Drum",
    "track_id": "89a36f12-5814-42e7-b704-f9901faec720",
    "recording_id": null,
    "artist": "Railroad Jerk",
    "artist_ids": [
        "3cc69b23-b97f-423f-869b-c7dc6431fb06"
    ],
    "album": "One Track Mind",
    "release_id": "3fb0d346-330a-42ce-a37b-8e809ebbbda3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}