Information about plays

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

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

{
    "id": 421172,
    "uri": "https://api.kexp.org/v2/plays/421172/?format=api",
    "airdate": "2001-05-04T14:30:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NQKCFSH0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NQKCFSH0L._SL75_.jpg",
    "song": "Lo Flo",
    "track_id": "31d87b95-2130-4587-b5a4-52c1f75e92cf",
    "recording_id": null,
    "artist": "Ex-Centric Sound System",
    "artist_ids": [
        "cd613cd9-570a-4cbf-8209-0ecc7f9bdaff"
    ],
    "album": "Electric Voodooland",
    "release_id": "c8df78cc-3ddf-4b89-8390-87fc5ff8d92a",
    "release_group_id": null,
    "labels": [
        "Loud"
    ],
    "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"
}