Information about plays

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

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

{
    "id": 532979,
    "uri": "https://api.kexp.org/v2/plays/532979/?format=api",
    "airdate": "2002-03-30T18:30:09-08:00",
    "show": 9229,
    "show_uri": "https://api.kexp.org/v2/shows/9229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411DMPVPK0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411DMPVPK0L._SL75_.jpg",
    "song": "Rat or Mole?",
    "track_id": "67ebb2df-028f-4309-ad16-7596dbf1d312",
    "recording_id": null,
    "artist": "Sushirobo",
    "artist_ids": [
        "a60a424f-0c28-43ba-8b4a-390acd2a1d23"
    ],
    "album": "Drawings and Garbage Structures",
    "release_id": "dc769c0e-b8a3-40e1-a719-3427c6c247d8",
    "release_group_id": null,
    "labels": [
        "Pattern 25"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}