Information about plays

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

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

{
    "id": 1195483,
    "uri": "https://api.kexp.org/v2/plays/1195483/?format=api",
    "airdate": "2007-02-11T00:12:40-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a5PbEWhiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a5PbEWhiL._SL75_.jpg",
    "song": "Come Running",
    "track_id": null,
    "recording_id": null,
    "artist": "Sol Seppy",
    "artist_ids": [
        "3a655c1f-fb31-431e-a6a8-92e80fa0c976"
    ],
    "album": "The Bells of 1 2",
    "release_id": "93fe8df9-69d1-4bfb-8957-c08882b10450",
    "release_group_id": null,
    "labels": [
        "Grönland Records"
    ],
    "label_ids": [
        "e44bbff2-9182-4911-9665-0e74ab13cdc1"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}