Information about plays

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

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

{
    "id": 1197163,
    "uri": "https://api.kexp.org/v2/plays/1197163/?format=api",
    "airdate": "2007-02-15T11:30:53-08:00",
    "show": 20984,
    "show_uri": "https://api.kexp.org/v2/shows/20984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61algnMMP2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61algnMMP2L._SL75_.jpg",
    "song": "Roscoe",
    "track_id": null,
    "recording_id": null,
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "The Trials of Van Occupanther",
    "release_id": "f2c350d8-daa0-497c-98f6-2e8db4cdfa1e",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}