Information about plays

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

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

{
    "id": 423438,
    "uri": "https://api.kexp.org/v2/plays/423438/?format=api",
    "airdate": "2001-05-11T11:20:00-07:00",
    "show": 7096,
    "show_uri": "https://api.kexp.org/v2/shows/7096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Dq1oUTSdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Dq1oUTSdL._SL75_.jpg",
    "song": "93 'til Infinity",
    "track_id": null,
    "recording_id": null,
    "artist": "Souls of Mischief",
    "artist_ids": [
        "7b61cf8f-c042-4bd4-b64a-25cb40f3dd50"
    ],
    "album": "93 'til Infinity",
    "release_id": "9d9fcfee-1c13-42ea-b12c-f2e902f3e197",
    "release_group_id": null,
    "labels": [
        "Jive Records"
    ],
    "label_ids": [
        "da8d046b-01b2-4483-ba93-06653b4a5e23"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}