Information about plays

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

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

{
    "id": 452343,
    "uri": "https://api.kexp.org/v2/plays/452343/?format=api",
    "airdate": "2001-08-05T04:08:00-07:00",
    "show": 7652,
    "show_uri": "https://api.kexp.org/v2/shows/7652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-aYCCHLhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-aYCCHLhL._SL75_.jpg",
    "song": "Di Eagle An' di Bear (12\" version)",
    "track_id": "1f34c1cc-b410-477b-8b02-325bae6b4f76",
    "recording_id": null,
    "artist": "Linton Kwesi Johnson",
    "artist_ids": [
        "f27042c2-3a42-4529-876c-3aa0b4fd53fe"
    ],
    "album": "Independant Intavenshan - the Island Anthology (disc 2)",
    "release_id": "af86c969-4338-4d12-aaa4-e52eac9f1f76",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}