Information about plays

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

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

{
    "id": 468505,
    "uri": "https://api.kexp.org/v2/plays/468505/?format=api",
    "airdate": "2001-09-21T12:09:13-07:00",
    "show": 7970,
    "show_uri": "https://api.kexp.org/v2/shows/7970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hGjkemxWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hGjkemxWL._SL75_.jpg",
    "song": "Rebel Music (3 O'Clock Roadblock)",
    "track_id": "fe85c34e-71e4-44a3-bb07-4ba738f86761",
    "recording_id": null,
    "artist": "Spearhead",
    "artist_ids": [
        "67e4c4cc-d704-44fe-a06b-a6aab152e01f"
    ],
    "album": "Chocolate Supa Highway",
    "release_id": "fa4891db-b682-4c8e-9015-9b89eaafd527",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}