Information about plays

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

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

{
    "id": 518648,
    "uri": "https://api.kexp.org/v2/plays/518648/?format=api",
    "airdate": "2002-02-17T02:34:00-08:00",
    "show": 8948,
    "show_uri": "https://api.kexp.org/v2/shows/8948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213BVQXQE4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213BVQXQE4L._SL75_.jpg",
    "song": "Mandatory Punishment",
    "track_id": "58d6e672-2f9c-4239-89eb-874f3ceb5df0",
    "recording_id": null,
    "artist": "Divine Empire",
    "artist_ids": [
        "3bbd50bf-7c35-48f1-b215-c8a71c78f3e6"
    ],
    "album": "Doomed to Inherit",
    "release_id": "eca1974e-eda2-4460-84e9-d001cefa13a6",
    "release_group_id": null,
    "labels": [
        "Olympic Recordings"
    ],
    "label_ids": [
        "5afc953a-2571-4523-8488-0d26b61ba113"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}