Information about plays

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

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

{
    "id": 1233674,
    "uri": "https://api.kexp.org/v2/plays/1233674/?format=api",
    "airdate": "2007-05-21T02:25:39-07:00",
    "show": 21613,
    "show_uri": "https://api.kexp.org/v2/shows/21613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EkSgJDeeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EkSgJDeeL._SL75_.jpg",
    "song": "El Chupa Nibre",
    "track_id": "c2969ffd-3679-42ce-919f-490ea3efaab5",
    "recording_id": null,
    "artist": "DANGERDOOM",
    "artist_ids": [
        "be0cb2f2-71c3-4e95-a584-c19248951ff4"
    ],
    "album": "The Mouse and the Mask",
    "release_id": "23871ca5-847f-41c0-aabd-21d2f7222de1",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}