Information about plays

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

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

{
    "id": 417455,
    "uri": "https://api.kexp.org/v2/plays/417455/?format=api",
    "airdate": "2001-04-23T15:00:00-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31F1M2AZG6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31F1M2AZG6L._SL75_.jpg",
    "song": "Puff the Magic",
    "track_id": "fa7c5148-1d06-4233-bf8e-a5fb6654a08a",
    "recording_id": null,
    "artist": "Q-Burns Abstract Message",
    "artist_ids": [
        "1d84fec4-c4c9-42cd-afd3-fc24301cd528"
    ],
    "album": "Œuvre",
    "release_id": "58a27fdb-527a-4807-bd53-3694f9f5c499",
    "release_group_id": null,
    "labels": [
        "Eigth Dimension"
    ],
    "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"
}