Information about plays

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

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

{
    "id": 417119,
    "uri": "https://api.kexp.org/v2/plays/417119/?format=api",
    "airdate": "2001-04-22T12:13:50-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZVVBGd3TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZVVBGd3TL._SL75_.jpg",
    "song": "The Lilac & The Apple",
    "track_id": "88935a79-100c-4d37-bda0-b5a4f46eab56",
    "recording_id": null,
    "artist": "Kate Wolf",
    "artist_ids": [
        "d28a93fc-30a4-49e9-a8a5-68728d37900f"
    ],
    "album": "The Kate Wolf Anthology: Weaver of Visions (disc 2)",
    "release_id": "9681a3a2-484b-4e26-84df-902629099605",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}