Information about plays

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

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

{
    "id": 466023,
    "uri": "https://api.kexp.org/v2/plays/466023/?format=api",
    "airdate": "2001-09-14T05:05:00-07:00",
    "show": 7922,
    "show_uri": "https://api.kexp.org/v2/shows/7922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415FZndbZvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415FZndbZvL._SL75_.jpg",
    "song": "Start",
    "track_id": "09302ad7-5e41-4bfe-9c1b-62a85da0d8c9",
    "recording_id": null,
    "artist": "Single Cell Orchestra",
    "artist_ids": [
        "cd0ea212-1e17-4c10-b122-509369925aaf"
    ],
    "album": "Single Cell Orchestra",
    "release_id": "3ed2c928-9f95-4d05-bb20-439ab4dfe753",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1996-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}