Information about plays

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

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

{
    "id": 454545,
    "uri": "https://api.kexp.org/v2/plays/454545/?format=api",
    "airdate": "2001-08-11T11:45:00-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XDB347YHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XDB347YHL._SL75_.jpg",
    "song": "Small Axe",
    "track_id": "7c929d65-0c25-4c03-a95a-25da6562e02c",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "The Best of the Upsetter Years 1970-1971 (Bob Marley vs. Lee Scratch Perry)",
    "release_id": "d2dd0496-c298-4566-80af-5c8493ffc090",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}