Information about plays

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

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

{
    "id": 470308,
    "uri": "https://api.kexp.org/v2/plays/470308/?format=api",
    "airdate": "2001-09-26T21:07:30-07:00",
    "show": 8006,
    "show_uri": "https://api.kexp.org/v2/shows/8006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217W9D6XY1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217W9D6XY1L._SL75_.jpg",
    "song": "The Name Is Slick",
    "track_id": "7515a60e-45f9-4c8b-bf6a-b8face6ed82b",
    "recording_id": null,
    "artist": "Phish",
    "artist_ids": [
        "e01646f2-2a04-450d-8bf2-0d993082e058"
    ],
    "album": "The Siket Disc",
    "release_id": "0c9d9fca-b1a0-4729-9bc7-b428aef24d91",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}