Information about plays

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

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

{
    "id": 1376240,
    "uri": "https://api.kexp.org/v2/plays/1376240/?format=api",
    "airdate": "2008-05-20T02:44:26-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YcNZ5SctL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YcNZ5SctL._SL75_.jpg",
    "song": "Headon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "21 Singles",
    "release_id": "460eb1c2-1787-4c84-8aec-496251d17e8b",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}