Information about plays

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

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

{
    "id": 414798,
    "uri": "https://api.kexp.org/v2/plays/414798/?format=api",
    "airdate": "2001-04-12T16:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RV8JVRKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RV8JVRKAL._SL75_.jpg",
    "song": "It's Been A Long Time Since I Was Last Here",
    "track_id": null,
    "recording_id": null,
    "artist": "Hood",
    "artist_ids": [
        "e5f2a453-68b5-48b0-85c4-9ec317dee0b0"
    ],
    "album": "Home Is Where It Hurts",
    "release_id": "58f4b94a-e541-40df-8331-49238e880342",
    "release_group_id": null,
    "labels": [
        "Aesthetics"
    ],
    "label_ids": [
        "8240a50f-9d17-44e8-b89e-83214493ba6e"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}