Information about plays

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

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

{
    "id": 414401,
    "uri": "https://api.kexp.org/v2/plays/414401/?format=api",
    "airdate": "2001-02-20T16:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11ZY2R7R0PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11ZY2R7R0PL._SL75_.jpg",
    "song": "LaLa",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "Hi-Fidelity Lounge, Volume Two: Licensed to Chill",
    "release_id": "aa2cb0a9-5f60-44f1-aa36-9fc7d7ff0ddf",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2000-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}