Information about plays

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

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

{
    "id": 529953,
    "uri": "https://api.kexp.org/v2/plays/529953/?format=api",
    "airdate": "2002-03-22T10:25:58-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TQ11CKB2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TQ11CKB2L._SL75_.jpg",
    "song": "Fight It to the Top / Lively Tribulation (feat. Michael Prophet)",
    "track_id": null,
    "recording_id": null,
    "artist": "Trinity",
    "artist_ids": [
        "2ec5ba02-58fe-44b3-add2-e1151109c190"
    ],
    "album": "Shanty Town Determination",
    "release_id": "08f07e46-0ca6-4a51-90f3-6993087c4b42",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2000-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}