Information about plays

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

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

{
    "id": 446469,
    "uri": "https://api.kexp.org/v2/plays/446469/?format=api",
    "airdate": "2001-07-19T00:34:17-07:00",
    "show": 7541,
    "show_uri": "https://api.kexp.org/v2/shows/7541/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T92YMCGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T92YMCGKL._SL75_.jpg",
    "song": "Night of the Iguana",
    "track_id": "53f5308e-7abe-49e8-88ca-2b449fc91daf",
    "recording_id": null,
    "artist": "The Cinematic Orchestra",
    "artist_ids": [
        "7c158ea8-c0aa-410e-bdc1-20bba9759577"
    ],
    "album": "Motion",
    "release_id": "c1322a56-3ea8-45eb-bc4d-6baf6531da21",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1999-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}