Information about plays

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

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

{
    "id": 1276431,
    "uri": "https://api.kexp.org/v2/plays/1276431/?format=api",
    "airdate": "2007-09-07T16:55:00-07:00",
    "show": 22339,
    "show_uri": "https://api.kexp.org/v2/shows/22339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QC4ARMCVL._SL75_.jpg",
    "song": "Gouge Away",
    "track_id": "a97e8bf9-4282-4897-81c2-719dda5e871f",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Death to the Pixies",
    "release_id": "3d19354e-7676-46d8-9d14-5e25ea3ed1f1",
    "release_group_id": null,
    "labels": [
        "Shock Records"
    ],
    "label_ids": [
        "bdfc56a3-e55f-48c1-83a1-3886b8091b36"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}