Information about plays

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

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

{
    "id": 1375861,
    "uri": "https://api.kexp.org/v2/plays/1375861/?format=api",
    "airdate": "2008-05-19T03:41:38-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PEzyMM6BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PEzyMM6BL._SL75_.jpg",
    "song": "Winged Whell",
    "track_id": null,
    "recording_id": null,
    "artist": "Clinic",
    "artist_ids": [
        "1ea2c08f-323c-4207-9af1-e2fb8588f08e"
    ],
    "album": "Do It!",
    "release_id": "6fe859d6-f4b2-42a1-b181-d3959ca334eb",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}