Information about plays

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

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

{
    "id": 1257074,
    "uri": "https://api.kexp.org/v2/plays/1257074/?format=api",
    "airdate": "2007-07-20T19:24:00-07:00",
    "show": 22013,
    "show_uri": "https://api.kexp.org/v2/shows/22013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zjx2DSdZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zjx2DSdZL._SL75_.jpg",
    "song": "The Long Blond Curls",
    "track_id": "b130cbc5-9623-4292-91dd-fb1a3a4cb49f",
    "recording_id": null,
    "artist": "Joey Rand",
    "artist_ids": [
        "c604f1f0-0688-4fb9-8cd8-998bb2d12ca3"
    ],
    "album": "Schoolday Blues",
    "release_id": "cea03f2b-3388-4579-9bc5-f580de89164b",
    "release_group_id": null,
    "labels": [
        "Buffalo Bop"
    ],
    "label_ids": [
        "a98ffed5-1d63-439f-b99d-946f2c8d9764"
    ],
    "release_date": "2003-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}