Information about plays

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

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

{
    "id": 1213142,
    "uri": "https://api.kexp.org/v2/plays/1213142/?format=api",
    "airdate": "2007-03-29T22:15:45-07:00",
    "show": 21263,
    "show_uri": "https://api.kexp.org/v2/shows/21263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512uCFVBxNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512uCFVBxNL._SL75_.jpg",
    "song": "Play It / Stars",
    "track_id": null,
    "recording_id": null,
    "artist": "Turntablerocker",
    "artist_ids": [
        "0b4f226d-3d6b-4aa1-ae8c-127e5d9475e5"
    ],
    "album": "Classic",
    "release_id": "7b9b2a46-264c-4c1c-a0d2-4f5d0377c1f4",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}