Information about plays

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

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

{
    "id": 1288336,
    "uri": "https://api.kexp.org/v2/plays/1288336/?format=api",
    "airdate": "2007-10-08T05:29:28-07:00",
    "show": 22545,
    "show_uri": "https://api.kexp.org/v2/shows/22545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EBS5CY6AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EBS5CY6AL._SL75_.jpg",
    "song": "Sub-Urban Pt.2",
    "track_id": null,
    "recording_id": null,
    "artist": "Witchman vs. Jammin' Unit",
    "artist_ids": [
        "d1d9f49e-8dec-4aeb-90ce-927eba99d56a"
    ],
    "album": "Inferno",
    "release_id": "34e2b523-8cc9-4af4-aa7f-42c5867cae5e",
    "release_group_id": null,
    "labels": [
        "Invisible Records"
    ],
    "label_ids": [
        "f8f36bcb-3bb8-4d0e-86da-4a2767f6f74b"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}