Information about plays

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

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

{
    "id": 423414,
    "uri": "https://api.kexp.org/v2/plays/423414/?format=api",
    "airdate": "2001-05-11T09:50:00-07:00",
    "show": 7095,
    "show_uri": "https://api.kexp.org/v2/shows/7095/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21f-owjWbvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21f-owjWbvL._SL75_.jpg",
    "song": "Breather",
    "track_id": null,
    "recording_id": null,
    "artist": "Chapterhouse",
    "artist_ids": [
        "c95d5fb3-03d4-4b5e-93da-a57bd7e26db0"
    ],
    "album": "Whirlpool",
    "release_id": "66575c09-1350-4db9-9b5a-536ab0e138d2",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1991-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}