Information about plays

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

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

{
    "id": 1196581,
    "uri": "https://api.kexp.org/v2/plays/1196581/?format=api",
    "airdate": "2007-02-14T00:05:32-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E6BB44Q6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E6BB44Q6L._SL75_.jpg",
    "song": "Stay Where You Are",
    "track_id": null,
    "recording_id": null,
    "artist": "Delays",
    "artist_ids": [
        "f86d80f3-3d2e-4450-9b0c-638152e93df3"
    ],
    "album": "Faded Seaside Glamour",
    "release_id": "d6619322-7323-4f8c-93ae-10a114b741e7",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2004-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}