Information about plays

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

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

{
    "id": 451308,
    "uri": "https://api.kexp.org/v2/plays/451308/?format=api",
    "airdate": "2001-08-02T04:56:40-07:00",
    "show": 7632,
    "show_uri": "https://api.kexp.org/v2/shows/7632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XSSEDCJ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XSSEDCJ6L._SL75_.jpg",
    "song": "All My Ghosts",
    "track_id": "30ebc8b7-9639-40c5-9fd4-be1f997f5c10",
    "recording_id": null,
    "artist": "Frank Black and The Catholics",
    "artist_ids": [
        "b025b720-a68c-4bd1-95fa-0ba95ed7a920"
    ],
    "album": "Frank Black and the Catholics",
    "release_id": "0da444f2-e977-4e6a-bd8f-2e347a00a7d2",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}