Information about plays

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

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

{
    "id": 461755,
    "uri": "https://api.kexp.org/v2/plays/461755/?format=api",
    "airdate": "2001-09-01T09:27:16-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TPwcLVCCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TPwcLVCCL._SL75_.jpg",
    "song": "Know How Fe Chat",
    "track_id": "20935b66-bfe2-407d-81fc-365c0dbba404",
    "recording_id": null,
    "artist": "Shinehead",
    "artist_ids": [
        "f9f9432b-a93a-4650-8e2d-46e43ba92287"
    ],
    "album": "Unity",
    "release_id": "e82e6d48-b8e6-46ad-a51a-f08b2841d7f4",
    "release_group_id": null,
    "labels": [
        "African Love"
    ],
    "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"
}