Information about plays

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

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

{
    "id": 453935,
    "uri": "https://api.kexp.org/v2/plays/453935/?format=api",
    "airdate": "2001-08-09T17:43:20-07:00",
    "show": 7680,
    "show_uri": "https://api.kexp.org/v2/shows/7680/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CpeCkm7ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CpeCkm7ML._SL75_.jpg",
    "song": "Miss It All",
    "track_id": "80d95aee-478c-4ede-9bb1-8f24df164259",
    "recording_id": null,
    "artist": "Blood Oranges",
    "artist_ids": [
        "16236de9-401e-46ba-852c-8fe9ac578320"
    ],
    "album": "The Crying Tree",
    "release_id": "ce40490c-afce-46d9-bbb0-3b670bd47f38",
    "release_group_id": null,
    "labels": [
        "ESD"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}