Information about plays

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

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

{
    "id": 1233022,
    "uri": "https://api.kexp.org/v2/plays/1233022/?format=api",
    "airdate": "2007-05-19T05:46:08-07:00",
    "show": 21597,
    "show_uri": "https://api.kexp.org/v2/shows/21597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FPTWWYM8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FPTWWYM8L._SL75_.jpg",
    "song": "The Chase",
    "track_id": "9a0263e2-1ebd-4f6d-a4f3-6a7a01db348f",
    "recording_id": null,
    "artist": "Doomriders",
    "artist_ids": [
        "64ddf06c-850f-46ab-9552-10ef69647d8b"
    ],
    "album": "Black Thunder",
    "release_id": "dc193419-f367-454f-a932-2308f73e7d26",
    "release_group_id": null,
    "labels": [
        "Deathwish Inc."
    ],
    "label_ids": [
        "2d106e3c-96ef-433e-935f-00b6b505ae0f"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}