Information about plays

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

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

{
    "id": 430113,
    "uri": "https://api.kexp.org/v2/plays/430113/?format=api",
    "airdate": "2001-05-31T21:00:00-07:00",
    "show": 7229,
    "show_uri": "https://api.kexp.org/v2/shows/7229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418VK01AJSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418VK01AJSL._SL75_.jpg",
    "song": "Untitled Love Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Angels of Light",
    "artist_ids": [
        "310e4c19-d810-42f1-947f-76889e8bfcf2"
    ],
    "album": "How I Loved You",
    "release_id": "ef815648-0f20-4445-b1e9-99617e7e3098",
    "release_group_id": null,
    "labels": [
        "Young Gods"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}