Information about plays

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

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

{
    "id": 1386736,
    "uri": "https://api.kexp.org/v2/plays/1386736/?format=api",
    "airdate": "2008-06-17T14:56:01-07:00",
    "show": 24209,
    "show_uri": "https://api.kexp.org/v2/shows/24209/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nWKcHUEIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nWKcHUEIL._SL75_.jpg",
    "song": "God Has a Voice, She Speaks Through Me",
    "track_id": "07742663-0685-4956-8400-c64dcffd04dd",
    "recording_id": null,
    "artist": "CocoRosie",
    "artist_ids": [
        "e162b2eb-6a42-4240-8c1b-c94d9a0acb73"
    ],
    "album": "God Has a Voice, She Speaks Through Me",
    "release_id": "40f4f82f-2aa1-47ce-9b43-f3aff8daa242",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}