Information about plays

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

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

{
    "id": 1388474,
    "uri": "https://api.kexp.org/v2/plays/1388474/?format=api",
    "airdate": "2008-06-21T22:08:00-07:00",
    "show": 24236,
    "show_uri": "https://api.kexp.org/v2/shows/24236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51g0-mjbzcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51g0-mjbzcL._SL75_.jpg",
    "song": "A Pack of Wolves",
    "track_id": "26c8ddfc-6483-43d2-9b36-a40954c31514",
    "recording_id": null,
    "artist": "Black Eyes",
    "artist_ids": [
        "50d90400-e7ea-4465-92a5-404605e51ee7"
    ],
    "album": "Black Eyes",
    "release_id": "ffc52ba8-27c3-4bb2-95f4-94d3b2908bc1",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2003-05-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}