Information about plays

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

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

{
    "id": 423703,
    "uri": "https://api.kexp.org/v2/plays/423703/?format=api",
    "airdate": "2001-05-12T11:56:15-07:00",
    "show": 7101,
    "show_uri": "https://api.kexp.org/v2/shows/7101/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517486NVHSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517486NVHSL._SL75_.jpg",
    "song": "Sufferer's Choice",
    "track_id": "e3bc7aa0-bd9f-41d6-8d1b-f546c912b901",
    "recording_id": null,
    "artist": "Sugar Minott",
    "artist_ids": [
        "01d336ae-7f79-496d-94f9-211b57517b17"
    ],
    "album": "Sufferer's Choice",
    "release_id": "ccccb70f-c92d-427e-975b-beab3082dc0e",
    "release_group_id": null,
    "labels": [
        "Heart Beat"
    ],
    "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"
}