Information about plays

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

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

{
    "id": 454203,
    "uri": "https://api.kexp.org/v2/plays/454203/?format=api",
    "airdate": "2001-08-10T12:08:00-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2B%2BIVyw5YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2B%2BIVyw5YL._SL75_.jpg",
    "song": "Off Duty Trip",
    "track_id": "dff47432-1345-4445-b6bd-f74c19ef2faf",
    "recording_id": null,
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "The Raincoats",
    "release_id": "7797dab0-33f4-4f51-82d9-afab2d1fedcf",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}