Information about plays

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

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

{
    "id": 472093,
    "uri": "https://api.kexp.org/v2/plays/472093/?format=api",
    "airdate": "2001-10-02T07:31:45-07:00",
    "show": 8041,
    "show_uri": "https://api.kexp.org/v2/shows/8041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51f7QN2hZzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51f7QN2hZzL._SL75_.jpg",
    "song": "Shouldn't Matter but It Does",
    "track_id": "dbe577dd-212c-4ba3-912a-7ad6d9a051f0",
    "recording_id": null,
    "artist": "Garageland",
    "artist_ids": [
        "50d14de8-d225-491b-864a-2b1eb9cb0a8e"
    ],
    "album": "Special Come Back EP",
    "release_id": "449ee8c2-f929-4c1b-ad39-2197fbccf52f",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records USA"
    ],
    "label_ids": [
        "b1155cac-2052-48ae-9a74-823eaab44c6a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}