Information about plays

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

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

{
    "id": 1355678,
    "uri": "https://api.kexp.org/v2/plays/1355678/?format=api",
    "airdate": "2008-03-29T05:50:00-07:00",
    "show": 23674,
    "show_uri": "https://api.kexp.org/v2/shows/23674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mp%2BbCHpiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mp%2BbCHpiL._SL75_.jpg",
    "song": "I Don't Believe in Love",
    "track_id": "ad4e86c5-7098-47e5-a8f1-6d2d82631491",
    "recording_id": null,
    "artist": "Queensrÿche",
    "artist_ids": [
        "deeea939-7f89-4762-b09f-79269cd70d3b"
    ],
    "album": "Operation: Mindcrime",
    "release_id": "772c56e0-ab03-4149-8c1c-43e6aa9110cf",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1988-05-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}