Information about plays

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

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

{
    "id": 1318439,
    "uri": "https://api.kexp.org/v2/plays/1318439/?format=api",
    "airdate": "2007-12-25T14:12:09-08:00",
    "show": 23055,
    "show_uri": "https://api.kexp.org/v2/shows/23055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tg00-bsaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tg00-bsaL._SL75_.jpg",
    "song": "Sometimes You Have to Work on Christmas (Sometimes)",
    "track_id": null,
    "recording_id": null,
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Sometimes You Have to Work on Christmas (Sometimes)",
    "release_id": "9454b3a9-158a-452c-a0b6-70c302d966d3",
    "release_group_id": null,
    "labels": [
        "Phonograph"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}