Information about plays

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

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

{
    "id": 420179,
    "uri": "https://api.kexp.org/v2/plays/420179/?format=api",
    "airdate": "2001-05-01T17:44:12-07:00",
    "show": 7030,
    "show_uri": "https://api.kexp.org/v2/shows/7030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417DGZ3PPYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417DGZ3PPYL._SL75_.jpg",
    "song": "Martian Romance",
    "track_id": null,
    "recording_id": null,
    "artist": "Marc Olsen",
    "artist_ids": [
        "22fe0675-85bc-4b9e-9f4d-0406ab701dd9"
    ],
    "album": "Didn't Ever...Hasn't Since",
    "release_id": "baf85452-7280-4a99-8af3-4a30a7de5457",
    "release_group_id": null,
    "labels": [
        "My Own Planet"
    ],
    "label_ids": [
        "1fbac287-ca35-4917-a576-9d51e480f9e3"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}