Information about plays

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

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

{
    "id": 453683,
    "uri": "https://api.kexp.org/v2/plays/453683/?format=api",
    "airdate": "2001-08-09T02:22:06-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517DxJ9hS3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517DxJ9hS3L._SL75_.jpg",
    "song": "A Little Pill",
    "track_id": "0e21a983-216a-45d4-b323-b717e7a4b7ad",
    "recording_id": null,
    "artist": "Man of the Year",
    "artist_ids": [
        "22657ee5-6f52-4801-abb8-7f64bc987f65"
    ],
    "album": "The Future Is Not Now",
    "release_id": "7eab4b9b-de2e-4a60-a61a-9fc5052bcd5b",
    "release_group_id": null,
    "labels": [
        "Loveless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}